Aare Vesi wrote:
On Sun, 2004-01-25 at 12:06, Stas Bekman wrote:
Is it possible that you have 15-20 servers running? Try starting only one server with
% httpd -DONE_PROCESS -DNO_DETACH
If it now disappears after the first request, then you have the usual problem of persistent variables. See the perl.apache.org docs for more.
Yes it disappeared after first request. Sorry for trouble but could you give me a link of that doc. I searched the site but could not find any matching to persistent variables.
May be one of these: http://perl.apache.org/docs/1.0/guide/porting.html#Exposing_Apache__Registry_secrets http://perl.apache.org/docs/1.0/guide/porting.html#Sometimes_it_Works__Sometimes_it_Doesn_t http://perl.apache.org/docs/1.0/guide/porting.html#Global_Variables_Persistence
You could have created a closure too, check: http://perl.apache.org/docs/general/perl_reference/perl_reference.html#my___Scoped_Variable_in_Nested_Subroutines http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Understanding_Closures____the_Easy_Way
__________________________________________________________________ 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
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html