|
|
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-server process pool is included, and it can been used in a multi-threaded environment.
Changelog: Changes in version 0.5 (01.05.2007) ------------------------------------- * A TCP server framework which like apache's worker mpm was added. Changes in version 0.4 (12.29.2007) ------------------------------------- * Two accept locking mechanisms was added. Changes in version 0.3 (12.22.2007) ------------------------------------- * A Leader/Follower TCP server framework was added. Changes in version 0.2.1 (12.16.2007) ------------------------------------- * A TCP server framework was added. Changes in version 0.1 (12.09.2007) ------------------------------------- * version 0.1 release
