I don't know if this helps but when you log something add the process ID to
the log message.  Then you should be able to trace what process is running
what, look at :
http://httpd.apache.org/docs/mod/mod_log_config.html#formats
to tell you how to set up custom log formats, %p gives you the pid, there
are some other things that could be useful to you as well.  And just use
Apache's standard logging.

marc

----- Original Message -----
From: Edmar Edilton da Silva <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, 8. December 2000 14:46
Subject: Concurrenty access to a log file!!!


>     Hi all,
>
>     I have installed on my machine the mod_perl module and exists a lots
> perl scripts running under mod_perl. I am doing some tests and I need
> that all call to these perl scripts write in a log file. How can there
> are a lots scripts running to the same time, I need to control the
> processes of write. Please, can anyone give me any hint about it? Is
> there any doc on the Internet that I can use? Thanks for all help...
>
> ________________________________________________
>             Edmar Edilton da Silva
>     Bacharel em Ciência da Computacão - UFV
>   Mestrando em Ciência da Computacão - UNICAMP
> ________________________________________________
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to