Generally having more than 1 process write to a file is bad. You could have both processes send the logs to a socket appender and have 1 socket server receive them and write them to the 1 file.
On 3/5/07, Cheung, Quinn <[EMAIL PROTECTED]> wrote:
Is there any danger in having more than 1 process (or more than 1 thread) use File Appenders that are configured to write to the same file? If it can be done safely, are there any performance issues? Thanks Squid --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- James Stauffer http://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
