Re: [Libevent-users] Libevent not working...

2012-05-08 Thread Mina Naguib
Have you accounted for the possibility of clients falling off the map / buffers overflowing ? Can you reduce the code to the simplest possible example that reliably demonstrates the problem and post it somewhere ? On 2012-05-08, at 7:48 AM, Shahid wrote: > I have been using libevent in all m

Re: [Libevent-users] Libevent not working...

2012-05-08 Thread Nick Mathewson
On Tue, May 8, 2012 at 7:48 AM, Shahid wrote: > I have been usingĀ libeventĀ in all my linux networking projects due to its > features and AIO handling. > > > > I have a situation here and need your help. > > I have developed a PUSH (Comet) server using longpolling over http. I have > used "libevent

[Libevent-users] Libevent not working...

2012-05-08 Thread Shahid
I have been using libevent in all my linux networking projects due to its features and AIO handling. I have a situation here and need your help. I have developed a PUSH (Comet) server using longpolling over http. I have used "libevent 2.0.14" for basic event handling and for http support.