spserver - SPServer is a high concurrency server framework library written on C++ - Google Project Hosting

spserver - SPServer is a high concurrency server framework library written on C++ - Google Project Hosting

SPServer is a server framework library written on C++ that implements the Half-Sync/Half-Async and Leader/Follower patterns. It's based on libevent in order to utilize the best I/O loop on any platform.

SPServer can simplify TCP server construction. It is a hybrid system between threaded and event-driven, and exploits the advantages of both programming models. It exposes a threaded programming style to programmers, while simultaneously using event-driven style to process network connection.

SPServer also include an embedded http server framework -- sphttp. sphttp can simplify to add web server functionality to any C++ app. It is useful for adding Web-based administration or statistics to any C++ program or becoming the server framework of XML-RPC or JSON-RPC.

SPServer is available through the FreeBSD Ports Collection.

你可能感兴趣的:(concurrency)