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.
| Tags | Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Implementation | C++ |
Recent releases


Changes: This release adds a TCP server framework like Apache's MPM.


Changes: Two accept locking mechanisms were added.


Changes: A Leader/Follower TCP server framework was added. This framework is similar to Apache's preforking architecture.


Changes: A TCP server framework was added.


No changes have been submitted for this release.