Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37814701
en ru br
ALT Linux repos
5.0: 0.1.5-alt2
4.1: 0.1.5-alt1
4.0: 0.1.5-alt1
3.0: 0.1.5-alt1

Group :: System/Servers
RPM: serveez

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.1.5-alt1
Build date: 12 january 2005, 19:17 ( 1007.8 weeks ago )
Size: 877.86 Kb

Home page:   http://www.gnu.org/software/serveez/index.html

License: GPL
Summary: A server framework.
Description:

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.  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 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.

Current maintainer: Stanislav Yadykin

List of contributors

List of rpms provided by this srpm:

  • serveez
  • serveez-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin