Steve Hay wrote:
[...]
Yes - adding the sleep 2 before print 'parent' does indeed fix it. (Your changed version still didn't work without that sleep, though.)



Yes, I know. And if you uncomment out the 3 join calls? It should work I believe (with the scalar leaked reports though).



If I uncomment the 4 (not 3) join calls then the test does indeed work without the sleep.

That's good.

There were not obviously any warnings about leaked scalars, either to the console or to the error_log. However, if I add:

close STDERR;
open STDERR, '>C:\Temp\stderr.txt';

to ithreads_io_n_tie.pl then I do get "Scalars leaked: 2" written to stderr.txt 4 times over.

I get those in error_log. I will try to look at this issue this weekend, unless someone beats me to it.


Thanks for testing, Steve.

--
__________________________________________________________________
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]



Reply via email to