On Wed, May 30, 2012 at 09:36:07AM +0500, Shahid wrote:
> We have tried some use cases and found out that it is due to the fact that
> we are holding the requests to send the response when available. The default
> holding time is 60 seconds after that we send a TIMEOUT response.
>
> These kind of
Hi
We have developed a Comet Server using "libevent-2.0.19". It was working
fine on the LAN but when tried on the WAN it started to increase the file
handles actually (TCP/IP sockets).
After investigating, we have found out that it is not closing the sockets on
the server.
We have tried s