mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
265e2a37ed
Parallel Events and Asynchronous tasKing Library
10 lines
432 B
Plaintext
10 lines
432 B
Plaintext
Parallel Events and Asynchronous tasKing Library
|
|
|
|
libpeak is an experimental C library and provides necessary support for an
|
|
event-based application. Unlike other event libraries, libpeak might process
|
|
events in parallel on Symmetric Multi-processing (SMP) systems. Its high
|
|
performance is particularly adapted for networking applications that need to
|
|
process lots of data on lots of connections.
|
|
|
|
WWW: http://peak.sourceforge.net/
|