Stas Bekman <[EMAIL PROTECTED]> writes:
[...]
The bug was in echo_filter and echo_bbs* tests, which weren't breaking
out of the while(1) loop after the client was going away, consuming
one client full-time, leaving only one remaining client. This now
fixed in cvs.
FYI- this also fixed the hanging problem I reported recently with t/protocol/echo_timeout (for mp2 w/ apr-1.0 & httpd-2.1). All tests pass on my debian-amd64 box.
Cool.
it was hanging in echo_timeout, because the previous tests didn't free the child processes and there were no more new processes created since maxclients limit was reached.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
