Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 603 Bytes

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