Re: ModPerl::RegistryPrefork => core?

2005-05-07 Thread Randy Kobes
On Sat, 7 May 2005, Stas Bekman wrote: > Based on the input I had it looks that many people rely on > registry doing chdir to the script's location. We don't do > that in the current registry generation since this is not > working under the threaded env and we want things to be > working the same

Re: [VOTE] mp2.0.0 next week?

2005-05-07 Thread Randy Kobes
On Sat, 7 May 2005, Stas Bekman wrote: > As RC6 release didn't reveal any significant problems (a > few minor bugs that are either already fixed or will be > shortly), I propose that it's time to get 2.0.0 out. I was > thinking to work next week to polish things and improve > docs and get 2.0.0 to

[VOTE] mp2.0.0 next week?

2005-05-07 Thread Stas Bekman
As RC6 release didn't reveal any significant problems (a few minor bugs that are either already fixed or will be shortly), I propose that it's time to get 2.0.0 out. I was thinking to work next week to polish things and improve docs and get 2.0.0 towards the end of the week/or the beginning of

ModPerl::RegistryPrefork => core?

2005-05-07 Thread Stas Bekman
Based on the input I had it looks that many people rely on registry doing chdir to the script's location. We don't do that in the current registry generation since this is not working under the threaded env and we want things to be working the same everywhere. There was a hope that Arthur Bergm

Re: additional APR::Status::is_* functions?

2005-05-07 Thread Stas Bekman
Randy Kobes wrote: On Sat, 7 May 2005, Stas Bekman wrote: Randy Kobes wrote: In the t/protocol/ tests, there's some comparisions of $@ to APR::Const::ECONNABORTED and APR::Const::EOF made. As such, it may be an idea to add and use APR::Status::is_ECONNABORTED and APR::Status::is_EOF instead. At th

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: additional APR::Status::is_* functions?

2005-05-07 Thread Randy Kobes
On Sat, 7 May 2005, Stas Bekman wrote: > Randy Kobes wrote: > > In the t/protocol/ tests, there's some comparisions of $@ to > > APR::Const::ECONNABORTED and APR::Const::EOF made. As such, > > it may be an idea to add and use > > APR::Status::is_ECONNABORTED and APR::Status::is_EOF > > instead. At

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: additional APR::Status::is_* functions?

2005-05-07 Thread Stas Bekman
Randy Kobes wrote: In the t/protocol/ tests, there's some comparisions of $@ to APR::Const::ECONNABORTED and APR::Const::EOF made. As such, it may be an idea to add and use APR::Status::is_ECONNABORTED and APR::Status::is_EOF instead. At the present time APR_EOF doesn't have any variants: #define

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

additional APR::Status::is_* functions?

2005-05-07 Thread Randy Kobes
In the t/protocol/ tests, there's some comparisions of $@ to APR::Const::ECONNABORTED and APR::Const::EOF made. As such, it may be an idea to add and use APR::Status::is_ECONNABORTED and APR::Status::is_EOF instead. At the present time APR_EOF doesn't have any variants: #define APR_STATUS_IS_EOF(