[PATCH] http client/server timeout

2005-01-26 Thread Alexander Malysh
Hello together, please find attached patch that implements http server & client idle timeout. In order to efficient handle timeouts and don't start "yet another thread" we use already available fdset's threads. With this patch applied we will have a possibility to set timeout for all filedescripto

Re: [PATCH] http client/server timeout

2005-01-26 Thread Stipe Tolj
Alexander Malysh wrote: please find attached patch that implements http server & client idle timeout. In order to efficient handle timeouts and don't start "yet another thread" we use already available fdset's threads. With this patch applied we will have a possibility to set timeout for all filede

Re: [PATCH] http client/server timeout

2005-01-27 Thread Vjacheslav Chekushin
Hi, Great work! Definitly +1 for this approach. Draft tests seems to works. Alexander Malysh wrote: Hello together, please find attached patch that implements http server & client idle timeout. In order to efficient handle timeouts and don't start "yet another thread" we use already available fdset

Re: [PATCH] http client/server timeout

2005-02-01 Thread Alexander Malysh
Hi, as no objections were there, commited to cvs. Alexander Malysh wrote: > Hello together, > > please find attached patch that implements http server & client idle > timeout. In order to efficient handle timeouts and don't start "yet > another thread" we use already available fdset's threads.