Re: [log4perl-devel] log4perl causing perl process to die (fwd)

2007-11-04 Thread Strahan, Bob
Hi Mike > Does your service open a files after it's been > running for a while? Typically, Log::Dispatch::File(::Locked) opens the > file only once unless 'close_after_write' is given. We do use the 'close_after_write' option... As I mentioned, there are multiple concurrent processes continually

Re: [log4perl-devel] log4perl causing perl process to die (fwd)

2007-11-04 Thread Mike Schilli
On Sun, 4 Nov 2007, Strahan, Bob wrote: > We do use the 'close_after_write' option... As I mentioned, there are > multiple concurrent processes continually being spawned by the > service, each using log4perl to log to the same logfile. So we > figured we needed to use File::Locked along with clos