Re: Synchronous write to same file using different file pointers



I would just create a separate RandomAccessFile for each Thread. In
what you are saying there would be no point to multi-threading because
if only one thread can access the RAF at a time you might as well get
rid of the multi-threading.
.