1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/libsock/pkg-descr

7 lines
435 B
Plaintext
Raw Normal View History

The libsock library implements a streamlined interface for multi-threaded TCP/IP
socket programming. The main purpose of the library is to abstract the
complexities of threaded network server programming without compromising
performance. libsock centrally handles all of the poll() waiting in one thread
to improve performance, at the same time as making reading and writing seem
completely asynchronous at the sock interface level.