Re: [PHP] Apache Request Ids?

2001-10-23 Thread Christopher William Wesley
On Tue, 23 Oct 2001, Brian White wrote: process ID belongs to Apache. What I was wondering was there any kind of ID that was attached to a particular CGI request that I could access and use? Yes. Use the Apache module, mod_unique_id, and then in your environment, $UNIQUE_ID will be

Re: [PHP] Apache Request Ids?

2001-10-23 Thread Brian White
Neat! Unfortunately it looks like it designed simply to be able to generate unique ids - this isnt much use to me unless I have a way to query whether the request that generated the id is still active. Doesn't matter. At 09:11 23/10/2001 -0700, Christopher William Wesley wrote: On Tue, 23

[PHP] Apache Request Ids?

2001-10-22 Thread Brian White
I am pretty sure I am dreaming here but I once wrote a locking tool for UNIX that kept as part of it's information the process ID. If another process went to grab the lock, one thing it would do was check if the process that had taken it was still running. If it wasn't, it knew it could