Hi Stephen, On 3/15/07, liusifan <[EMAIL PROTECTED]> wrote:
SPServer is a server framework, it implements: 1.An Accepter for TCP Server 2.An asynchronous layer. It has only one thread ( event loop thread ), 3.A synchronous layer. It has multiple threads. 4.A queue between asynchronous layer and synchronous layer.
Very good job done. When the ACE-library is not an option: e.g. due to a large footprint (even without debugging info, optimized by size, and after cutting by so-reduce tool all unnecessaries it may reach up to 500 K) , it could be an interesting framework to consider. -- Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ................................................................... Navigare necesse est, vivere non est necesse ................................................................... http://curl-loader.sourceforge.net A powerful open-source HTTP/S, FTP/S traffic generating, loading and testing tool. _______________________________________________ Libevent-users mailing list [email protected] http://monkey.org/mailman/listinfo/libevent-users
