This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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






