Re: Re: [Libevent-users] A server framework library based on libeventthat implements the Half-Sync/

2007-07-05 Thread lau stephen
Hi, Scott Lamb This article describes the way like you mentioned. 5. Asynchronous results and collections of results http://terabit.com.au/docs/Proactor2.htm#_Toc76398966 I follow this article to develope an Leader/Follower thread pool server based on libevent. Following is the source code: htt

Re: Re: [Libevent-users] A server framework library based on libeventthat implements the Half-Sync/

2007-07-01 Thread liusifan
Hi, Scott Lamb This article describes the way like you mentioned. 5. Asynchronous results and collections of results http://terabit.com.au/docs/Proactor2.htm#_Toc76398966 I follow this article to develope an Leader/Follower thread pool server based on libevent. Following is the source code: htt

Re: Re: [Libevent-users] A server framework library based on

2007-05-10 Thread liusifan
Hi,Ycrux Please read the spserver/README file. 2.Building Before building spserver, libevent must been installed. Test with libevent 1.1 and 1.2. You can donwload libevent from its home page: http://www.monkey.org/~provos/libevent/ Edit spserver/Makefile to specify the path of libeve

Re: [Libevent-users] A server framework library based on

2007-05-10 Thread Ycrux
Hi Liusifan! $ svn checkout http://spserver.googlecode.com/svn/trunk/ spserv && cd spserver spserver $ make gcc -Wall -D_REENTRANT -D_GNU_SOURCE -g -I../libevent/ -c sputils.cpp -o sputils.o gcc -Wall -D_REENTRANT -D_GNU_SOURCE -g -I../libevent/ -c spthreadpool.cpp -o spthreadpool.o gcc -Wal

Re: Re: [Libevent-users] A server framework library based on libeventthat implements the Half-Sync/

2007-05-10 Thread liusifan
Hi, all SPServer 0.2.1 is released . This release include an embedded http server built upon spserver. You can get the code from the SPServer home page: http://code.google.com/p/spserver/ http://spserver.googlecode.com/files/spserver-0.2.1.src.tar.gz best regards,