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

getting the PID for a request

2002-10-18 Thread Sylbert L
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 ..

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: getting the PID for a request

2002-10-18 Thread Oleg Shaikhatarov
Damyan Ivanov wrote: 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 $$ ? or $PID (or $PROCESS_ID) when use English -- Oleg