Re: Different handlers in different NameVirtualHosts?

2002-12-05 Thread Damyan Ivanov
application derived class to create an instance and its parent returns the instance of the first class. Fixing the parent to cache one instance _per class_ solves the problem. I knew it's me who is wrong, not mod_perl... Funny thing is that the silence on the list made me think :-))) dam -- Damyan

Different handlers in different NameVirtualHosts?

2002-12-04 Thread Damyan Ivanov
.domain invoces App1001::Setup again. Is this as designed? Is it possible to run multiple applications with different Perl*Handlers using virtual hosts? Any readings I've missed? Thanks in advance. dam -- Damyan Ivanov Creditreform Bulgaria [EMAIL PROTECTED

Re: getting the PID for a request

2002-10-21 Thread Damyan Ivanov
On Thu, Oct 17, 2002 at 03:56:55PM +0530 Sylbert L wrote: Is there any way I can get the Process Id or thread ID for a particular process / thread that is handling my request ? thanks a bunch .. What's wrong with $$ ? dam -- Damyan Ivanov Creditreform Bulgaria

Re: getting the PID for a request

2002-10-18 Thread Damyan Ivanov
On Thu, Oct 17, 2002 at 03:56:55PM +0530 Sylbert L wrote: Is there any way I can get the Process Id or thread ID for a particular process / thread that is handling my request ? thanks a bunch .. What's wrong with $$ ? -- dam

Re: alarms

2002-04-10 Thread Damyan Ivanov
On Thu, Apr 11, 2002 at 12:30:53AM +0800 Stas Bekman wrote: mire wrote: I wish to know 2 things about mod_perl 1) what happens when you set an alarm for lets say 30 seconds and the request finishes in 20 ? Since apache child is very likely still alive is mod_perl too ? You don't set