RE: Concurrenty access to a log file!!!

2000-12-08 Thread Jerrad Pierce
ypical x86... >-Original Message- >From: Stas Bekman [mailto:[EMAIL PROTECTED]] >Sent: Friday, December 08, 2000 3:51 PM >To: Jerrad Pierce >Cc: mod_perl list >Subject: RE: Concurrenty access to a log file!!! > > >On Fri, 8 Dec 2000, Jerrad Pierce wrote: > >> I

RE: Concurrenty access to a log file!!!

2000-12-08 Thread Stas Bekman
On Fri, 8 Dec 2000, Jerrad Pierce wrote: > If you use Apache's logging facilities (say for level debug). Apache will > handle the concurrency/serializing for you. If I remember correctly only if the size of a single warn/print(STDERR,...) < 4k, if you are talking about manually logging thru STDE

Re: Concurrenty access to a log file!!!

2000-12-08 Thread Marc Spitzer
e 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: Concurrent

Concurrenty access to a log file!!!

2000-12-08 Thread Edmar Edilton da Silva
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 proc

Re: Concurrenty access to a log file!!!

2000-12-08 Thread Stas Bekman
On Fri, 8 Dec 2000, Edmar Edilton da Silva wrote: > 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 lo

RE: Concurrenty access to a log file!!!

2000-12-08 Thread Jerrad Pierce
PM >To: [EMAIL PROTECTED] >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 scrip