The libReactor is designed to be a lightweight network programming framework for message process. It is event based and supports concurrent processing. It is very easy to be used and the demo examples are provided in the demo folder.
New Features:
A. One can adjust the server performance through change the NUM_USERVER_DATA_READER/USERVER_BUFFER_SIZE/NUM_USERVER_DATA_PROCESSER etc. parameters.
B. One can costom the data handler including server data handler and client data hander without change the service layer code, for simple reflection technology is applied in the creation of the instance of data handler.