Re: modperl and the TCP_DEFER_ACCEPT-patch for linux

2005-05-07 Thread Stas Bekman
Stas Bekman wrote: [...] This workaround doesn't sound right. A protocol handler (server) must be able to start the conversation first. If not, many protocols relying on the server's greeing (e.g. SMTP) won't work. e.g., see: http://www.samlogic.net/articles/smtp.htm I know that it would break som

Re: modperl and the TCP_DEFER_ACCEPT-patch for linux

2005-05-07 Thread Stas Bekman
Torsten Foertsch wrote: On Saturday 07 May 2005 08:30, Stas Bekman wrote: Torsten Foertsch wrote: Hi, yesterday I have patched my apache with this patch and now I have noticed that testing mod_perl hangs in t/protocol/pseudo_http. The reason is simple and to be expected. t/protocol/pseudo_http test

Re: modperl and the TCP_DEFER_ACCEPT-patch for linux

2005-05-07 Thread Torsten Foertsch
On Saturday 07 May 2005 08:30, Stas Bekman wrote: > Torsten Foertsch wrote: > > Hi, > > > > yesterday I have patched my apache with this patch and now I have noticed > > that testing mod_perl hangs in t/protocol/pseudo_http. The reason is > > simple and to be expected. t/protocol/pseudo_http tests

Re: modperl and the TCP_DEFER_ACCEPT-patch for linux

2005-05-06 Thread Stas Bekman
Torsten Foertsch wrote: Hi, yesterday I have patched my apache with this patch and now I have noticed that testing mod_perl hangs in t/protocol/pseudo_http. The reason is simple and to be expected. t/protocol/pseudo_http tests a protocol module that is greeting the client with "HELO" before rece

modperl and the TCP_DEFER_ACCEPT-patch for linux

2005-05-06 Thread Torsten Foertsch
Hi, yesterday I have patched my apache with this patch and now I have noticed that testing mod_perl hangs in t/protocol/pseudo_http. The reason is simple and to be expected. t/protocol/pseudo_http tests a protocol module that is greeting the client with "HELO" before receiving any data. Since t