Skip to content

crustymonkey/py-prefork-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-prefork-server

ABOUT

A python based prefork server loosely modelled after the perl Net::Server::Prefork. This will allow you to build a simple prefork python server by just implementing hooks in a subclass.

INSTALL

You can install using the standard Python package install

tar -xvzf py-prefork-server-X.X.X.tar.gz
cd py-prefork-server-*
python setup.py install

You can also install via pip or easy_install

pip install py-prefork-server

USAGE

For usage documentation, see http://stuffivelearned.org/doku.php?id=programming:python:py-prefork-server

About

A python based prefork server loosely modelled after the perl Net::Server::Prefork

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages