public
Description: A persistant multithread TCP server
Home | Edit | New

Home

  • Author: Yann Lugrin
  • Copyright: Copyright © 2007-2008 Yann Lugrin
  • Licence: MIT

This library implements a persistent multithread TCP server, it is alternative
to gserver standard
library. TServer is designed to be inherited by your custom server class. The
server can accepts multiple simultaneous connections from clients, can be
configured to have a maximum connection and a minimum permanent listener thread.
Can be immediately stopped or graceful shutdown (don’t accept new connection but
wait on established connection before stop).

Download gem

Go to rubyforge to get latest gem file.

Source

Show source here or directly clone source with git:

git clone git://github.com/Garko/tserver.git

Documentation

Rdoc generated from source

Last edited by yannlugrin, Sun May 04 14:25:06 -0700 2008
Home | Edit | New
Versions: