| Projects on Google Code | Results 1 - 2 of 2 |
This Python library enables one to create a pool of processors for executing processes. Hosts can be added to and removed from the pool.
spprocpool is a Unix/Linux preforked server library. Several TCP preforked server frameworks are included. The first uses descriptor passing, the second uses a Leader/Follower process pool, and the third uses a combination of a multiprocessing and a multi-threading model. A general-purpose, non-serv...