Message5151

Author gaddo
Recipients fwierzbicki, gaddo, pjenvey, zyasoft
Date 2009-09-14.06:11:26
SpamBayes Score 0.000160078
Marked as misclassified No
Message-id <1252908687.79.0.733783744302.issue1466@psf.upfronthosting.co.za>
In-reply-to
Content
i am worried that this can fail 
in a multithreaded program, where 2 threads
append to the same log.
if both threads seek and then write, they can 
see the same file length, and overwrite
each other data.

maybe this is not a problem with jython
right now ...
History
Date User Action Args
2009-09-14 06:11:27gaddosetmessageid: <1252908687.79.0.733783744302.issue1466@psf.upfronthosting.co.za>
2009-09-14 06:11:27gaddosetrecipients: + gaddo, fwierzbicki, pjenvey, zyasoft
2009-09-14 06:11:27gaddolinkissue1466 messages
2009-09-14 06:11:27gaddocreate