newsGNU Serveez - News

 
 

GNU Serveez 0.2.0 available

Item posted by Thien-Thi Nguyen <ttn> on Sun 03 Feb 2013 06:52:28 AM UTC.

GNU Serveez is a server framework.  It provides routines and help for implementing IP-based servers (currently TCP, UDP and ICMP).  It supports named pipes for all connection-oriented protocols.

We think it is worth the effort because many people need server functionality within their applications.  However, many people experience problems with select(2) or poll(2) loops, and with non-blocking operations.

GNU Serveez demonstrates various aspects of advanced network programming in a portable manner.  It is known to compile and run on GNU/Linux systems, as well as on other 32-bit and 64-bit flavours of Unix and on Microsoft Windows (9x/ME/NT/2000/XP).

You can use it for implementing your own servers or for understanding how certain network services and operations work.

The full announcement was posted to the info-gnu mailing list:


Back to the top

Powered by Savane 3.13-758e.
Corresponding source code