RE: Log4perl in CGI scipts

2007-11-02 Thread Wayne Simmons
-Original Message- From: Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 9:20 AM To: Wayne Simmons Cc: 'Mark Knoop'; activeperl@listserv.ActiveState.com Subject: Re: Log4perl in CGI scipts Bill Luebkert wrote: >On UNIX, I would think there would

RE: Log4perl in CGI scipts

2007-11-02 Thread Wayne Simmons
Mark, I'm unfamiliar with Log4perl specifically but I can tell you from recent experience: YES there is an issue with multiple threads trying to write to a single file. However, this depends on the load the server will bear, as well has how many times you write to the file etc. We had a CGI that