Re: Closing the persisted server connections on IOReactor pause

2010-04-25 Thread Ruwan Linton
Hi Oleg > It was a conscious decision to provide only very basic protocol handlers > out of the box in HttpCore, primarily to not be seen as competition to > other Apache projects. This probably is no longer relevant. So, If > anyone would be willing to work on improving protocol handlers in > H

Re: Closing the persisted server connections on IOReactor pause

2010-04-25 Thread Oleg Kalnichevski
On Sun, 2010-04-25 at 22:00 +0530, Ruwan Linton wrote: > Hi Oleg, > > Thanks a lot, I have got it fixed. > Hi Ruwan I am glad I was of some help > Moving forward, do you think that this can be incooperated with the > IOReactor#pause?? Ideally I/O reactors should remain protocol agnostic. They

Re: Closing the persisted server connections on IOReactor pause

2010-04-25 Thread Ruwan Linton
Hi Oleg, Thanks a lot, I have got it fixed. Moving forward, do you think that this can be incooperated with the IOReactor#pause?? Why I am saying this is, IOReactor#pause should make sure that the server is not accepting any more messages, right? but if you have keep-alive turned on, those persi