spserver

High concurrency server framework library written on C++
Download

spserver Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Stephen Liu
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 119 KB

spserver Tags


spserver Description

High concurrency server framework library written on C++ SPServer is a server framework library written on C++ that implements the Half-Sync/Half-Async and Leader/Follower patterns.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 becoming the server framework of XML-RPC or JSON-RPC or adding Web-based administration or statistics to any C++ program.Build instructions:Edit spserver/Makefile to specify the path of libevent:· LIBEVENT_INCL = -I· LIBEVENT_LIB = -L -leventTo build libspserver.so, type:· make· sudo make installNOTE: spserver is licensed and distributed under the terms of the GNU Library or Lesser General Public License (LGPL). Requirements: · libevent What's New in This Release: · Fix memory leak in IOCP Server. · Improve SP_DotTermMsgDecoder performance.


spserver Related Software