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

2007-11-06 Thread Kevin M. Goess
Mike Schilli wrote: > I see -- the recommended ways of synchronizing access to an appender are > listed in the Log4perl FAQ: > > http://log4perl.sourceforge.net/d/Log/Log4perl/FAQ.html#23804 Something I learned recently that's apropos that I've been meaning to mention: on Linux, you don't hav

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

2007-11-05 Thread Mike Schilli
PM > To: Strahan, Bob > Cc: Mike Schilli; [email protected] > Subject: RE: [log4perl-devel] log4perl causing perl process to die (fwd) > > On Sun, 4 Nov 2007, Strahan, Bob wrote: > > > We do use the 'close_after_write' option... As I mentioned, ther

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

2007-11-05 Thread Strahan, Bob
ovember 04, 2007 3:55 PM To: Strahan, Bob Cc: Mike Schilli; [email protected] Subject: RE: [log4perl-devel] log4perl causing perl process to die (fwd) On Sun, 4 Nov 2007, Strahan, Bob wrote: > We do use the 'close_after_write' option... As I mentioned, there ar

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

2007-11-04 Thread Mike Schilli
"Cannot write to '$self->{filename}': $!"; > while (1) { >last if open $fh, "$self->{mode}$self->{filename}" ; > } > > > > > > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

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

2007-11-04 Thread Strahan, Bob
day, November 03, 2007 6:32 PM To: Mike Schilli Cc: [email protected] Subject: Re: [log4perl-devel] log4perl causing perl process to die (fwd) On Fri, 2 Nov 2007, Bob Strahan wrote: > However, it seems that if certain filesystem operations are > performed on the logfile it can

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

2007-11-03 Thread Mike Schilli
On Fri, 2 Nov 2007, Bob Strahan wrote: > However, it seems that if certain filesystem operations are > performed on the logfile it can cause the logger to execute die(), > causing my service to die, with the following error > > Cannot write to 'D:/Program Files (x86)/My App/logs/logfile.txt': > Pe

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

2007-11-02 Thread Mike Schilli
Forwarded with permission: -- Forwarded message -- From: "Strahan, Bob" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: log4perl causing perl process to die Date: Fri, 2 Nov 2007 20:05:37 + Hi I am using log4perl in a Win32 service that needs to run