having more than one process write to one log

2006-10-19 Thread Zbigniew Szalbot
Hello, I will appreciate your advice. Is it possible and *safe* to allow two different processes (dovecot and exim) to write to one log? Better not do it? I would like to have both data in one log but... don't want to cause problems. I don't think Windows would allow it. How about FBSD?

Re: having more than one process write to one log

2006-10-19 Thread Eric
Zbigniew Szalbot wrote: Hello, I will appreciate your advice. Is it possible and *safe* to allow two different processes (dovecot and exim) to write to one log? Better not do it? I would like to have both data in one log but... don't want to cause problems. I don't think Windows would allow

Re: having more than one process write to one log

2006-10-19 Thread Philip Hallstrom
I will appreciate your advice. Is it possible and *safe* to allow two different processes (dovecot and exim) to write to one log? Better not do it? I would like to have both data in one log but... don't want to cause problems. I don't think Windows would allow it. How about FBSD? fopen()

Re: having more than one process write to one log

2006-10-19 Thread Chuck Swiger
On Oct 19, 2006, at 10:58 AM, Zbigniew Szalbot wrote: I will appreciate your advice. Is it possible and *safe* to allow two different processes (dovecot and exim) to write to one log? Better not do it? I would like to have both data in one log but... don't want to cause problems. I don't

Re: having more than one process write to one log

2006-10-19 Thread Bill Moran
In response to Zbigniew Szalbot [EMAIL PROTECTED]: Hello, I will appreciate your advice. Is it possible and *safe* to allow two different processes (dovecot and exim) to write to one log? Better not do it? I would like to have both data in one log but... don't want to cause problems. I

Re: having more than one process write to one log

2006-10-19 Thread Zbigniew Szalbot
Hi there, On Thu, 19 Oct 2006, Eric wrote: I will appreciate your advice. Is it possible and *safe* to allow two different processes (dovecot and exim) to write to one log? Better not do it? I would like to have both data in one log but... don't want to cause problems. I don't think Windows