Re: [MP2] sharing between threads using mpm_worker.

2004-05-07 Thread Stas Bekman
Richard F. Rebel wrote: Hello, I am experimenting here and I am curious about something. Is it possible to share a variable using threads::shared between perl interpreter threads in mod_perl? These being the interpreters started when a parent starts. Eg: use threads::shared; my $sharedVar = "b

[MP2] sharing between threads using mpm_worker.

2004-05-07 Thread Richard F. Rebel
Hello, I am experimenting here and I am curious about something. Is it possible to share a variable using threads::shared between perl interpreter threads in mod_perl? These being the interpreters started when a parent starts. Eg: use threads::shared; my $sharedVar = "bleh"; sub handler : m