RE: [users@httpd] TCP keepalive

2012-05-20 Thread Evgeny Shvidky
keepalive messages? Is it sent on context of HTTP request handling process? How can I configure Apache to send TCP keepalive messages? Thanks, Evgeny -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, May 16, 2012 9:10 AM To: users@httpd.apache.org Subje

Re: [users@httpd] TCP keepalive

2012-05-15 Thread Eric Covener
On Wed, May 16, 2012 at 1:50 AM, Igor Cicimov wrote: > Google Apache KeepAlive and you are done. TCP Keepalive is different. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h..

Re: [users@httpd] TCP keepalive

2012-05-15 Thread Igor Cicimov
Google Apache KeepAlive and you are done. On May 16, 2012 2:58 PM, "Evgeny Shvidky" wrote: > Hi, > > ** ** > > I am developing a new module on C. > > ** ** > > In some cases, it takes to my module a long time to prepare a response > (more than 2 minutes) and during this time a process h

[users@httpd] TCP keepalive

2012-05-15 Thread Evgeny Shvidky
Hi, I am developing a new module on C. In some cases, it takes to my module a long time to prepare a response (more than 2 minutes) and during this time a process handling this request is blocked. In order to prevent a TCP connection disconnect a user sends his HTTP request with TCP keepalive f