Thanks Ceki for your recommendation. The application right now is in
production and we don´t have that limitation in the number of files, but we
are really concern about performance, so I appreciate your help.
Regards,
Isabel
From: Ceki Gülcü <[EMAIL PROTECTED]>
Reply-To: "Log4J Users List" <[email protected]>
To: "Log4J Users List" <[email protected]>
Subject: Re: Performance concerns logging to multiple files
Date: Tue, 20 Dec 2005 12:34:30 +0100
Hello Isabel,
Independent of the results of any performance benchmarks, I would recommend
against opening a log file per user, especially if you have more than one
or two accessing the system simultaneously. Many operating systems impose
limitations on the number of files a process can keep open at a given time.
You don't want to run into such problems in production. Moreover, I would
suspect that writing to a single file would actually be faster (probably
much faster) than opening and closing a log file per user.
At 11:41 AM 12/20/2005, you wrote:
Thanks you both for your quick answers. I'll try it and do some benchmark,
still not sure what performance issues are with both options (one log file
versus per-user log file).
Regards,
Isabel
--
Ceki Gülcü
Improve your Sudoku skills at http://www.sudoku-grok.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]