Download List

Project Description

SPServer is a high concurrency C++ server framework library that implements the Half-Sync/Half-Async and the Leader/Follower thread pool patterns. It is based on libevent (Unix/Linux) and IOCP (Win32) in order to utilize the best I/O loop on any platform. It supports SSL for secure transactions. An SSL proxy, sptunnel, is included along with an embedded HTTP server framework, sphttp.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-07-01 16:29
0.6

A Leader/Follower thread pool server
implementation was added.
Tags: Major feature enhancements

2007-06-23 09:18
0.5

A socket dispatcher that applies a half-async/half-sync thread pool for server/client sockets was added.
Tags: Major feature enhancements

2007-06-12 09:50
0.4

A race condition in get/set of MsgDecoder was fixed.
Tags: Major bugfixes

2007-05-15 12:03
0.3

A message block class was added to enable efficient manipulation of arbitrarily large messages without incurring much memory copying overhead.
Tags: Minor feature enhancements

2007-05-10 11:35
0.2.1

This release added an embedded HTTP server based on spserver and some minor bugfixes.
Tags: Major feature enhancements

Project Resources