Steve Hay wrote: [...] >> I've appended the [$tid] before the original message. > > > Here's what I get: > > [Wed Sep 17 10:35:43 2003] - open_logs : [212] process 2420 is born to > reproduce > [Wed Sep 17 10:35:43 2003] - post_config: [212] configuration is completed > [Wed Sep 17 10:35:43 2003] - END : [212] process 2420 is shutdown > [Wed Sep 17 10:35:43 2003] - END : [212] process 2420 is shutdown > [Wed Sep 17 10:35:43 2003] - END : [212] process 2420 is shutdown > [Wed Sep 17 10:35:43 2003] - END : [212] process 2420 is shutdown > [Wed Sep 17 10:35:44 2003] - open_logs : [212] process 2420 is born to > reproduce > [Wed Sep 17 10:35:44 2003] - post_config: [212] configuration is completed > [Wed Sep 17 10:35:45 2003] - open_logs : [1928] process 3156 is born to > reproduce > [Wed Sep 17 10:35:45 2003] - post_config: [1928] configuration is completed > [Wed Sep 17 10:35:45 2003] - END : [1928] process 3156 is shutdown > [Wed Sep 17 10:35:45 2003] - END : [1928] process 3156 is shutdown > [Wed Sep 17 10:35:45 2003] - END : [1928] process 3156 is shutdown > [Wed Sep 17 10:35:45 2003] - END : [1928] process 3156 is shutdown > [Wed Sep 17 10:35:45 2003] - open_logs : [1928] process 3156 is born to > reproduce > [Wed Sep 17 10:35:45 2003] - post_config: [1928] configuration is completed > [Wed Sep 17 10:35:46 2003] - child_init : [1928] process 3156 is born to > serve > > [Wed Sep 17 10:35:58 2003] - child_exit : [1928] process 3156 now exits > [Wed Sep 17 10:35:58 2003] - END : [1928] process 3156 is shutdown > [Wed Sep 17 10:35:58 2003] - END : [1928] process 3156 is shutdown > [Wed Sep 17 10:35:58 2003] - END : [1928] process 3156 is shutdown > [Wed Sep 17 10:35:58 2003] - END : [1928] process 3156 is shutdown > [Wed Sep 17 10:35:58 2003] - END : [212] process 2420 is shutdown > [Wed Sep 17 10:35:58 2003] - END : [212] process 2420 is shutdown > [Wed Sep 17 10:35:58 2003] - END : [212] process 2420 is shutdown > [Wed Sep 17 10:35:58 2003] - END : [212] process 2420 is shutdown > > That doesn't look a lot more useful to me than the previous output - > there's just a 1-1 correspondence of PID-TID.
Sure, I was just checking whether there were more than one thread. Looks like the END problem is ours (modperl), since I can reproduce it with worker. However open_logs and post_config running 4 times doesn't seem right, and mod_perl has no control over it. Could you try to set a breakpoint in modperl_hook_post_config and look at the traces with an aim to figure out why this happens four times? Remember that apache restarts itself, so 2 times is the right answer. Thanks 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]
