diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-16 13:22:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-16 13:22:42 +0000 |
commit | be2e0213742d0bdbc10bd5aab7b9600196685dc1 (patch) | |
tree | f8311ca6d02f90e2d00b5e0446e0d694ab486862 /net/serveez/pkg-descr | |
parent | a9fa35f71a5a5de3cc7a645c724e00b5dae3d800 (diff) | |
download | ports-be2e0213742d0bdbc10bd5aab7b9600196685dc1.tar.gz ports-be2e0213742d0bdbc10bd5aab7b9600196685dc1.zip |
Notes
Diffstat (limited to 'net/serveez/pkg-descr')
-rw-r--r-- | net/serveez/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/serveez/pkg-descr b/net/serveez/pkg-descr new file mode 100644 index 000000000000..3f058dc3b826 --- /dev/null +++ b/net/serveez/pkg-descr @@ -0,0 +1,15 @@ +Serveez is a server framework. It provides routines and help for implementing +IP based servers (currently TCP, UDP and ICMP). It is also possible to use +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()- or poll()-loops, and +with non-blocking operations. This application demonstrates various aspects of +advanced network programming in a portable manner. You can use it for +implementing your own servers or for understanding how certain network +services and operations work. The package includes a number of servers that +work already: an HTTP server, an IRC server, a Gnutella spider and some others. +One of the highlights is that you can run all protocols on the same port. The +application itself is single threaded but it uses helper processes for +concurrent name resolution and ident lookups. + +WWW: http://www.gnu.org/software/serveez/ |