https://issues.apache.org/bugzilla/show_bug.cgi?id=44867


Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #3 from Thorbjørn Ravn Andersen <[EMAIL PROTECTED]>  2008-06-30 
13:02:50 PST ---
I believe there is no generic Java way of ensuring that only one instance can
write to a given file at one time.  Having two different processes writing
simultaneously is almost certainly guaranteeing dataloss.  Is there any
particular reason why you do not have a log file per instance?

They can always be merged at a later time if such a need arises.  Be certain
however to have sufficiently high resolution in the timestamps to do so.

Hence, I would suggest that this is a WONTFIX.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to