Mail Archives: djgpp-workers/2001/01/24/09:51:31
>
> On Tue, 23 Jan 2001, Mark E. wrote:
>
> > I used __file_handle_modes to store the required flag so that was no problem.
>
> Bother. Can we make sure that this works when two different execution
> threads are writing and seeking the same handle? E.g., what happens
> if a seek is followed by a seek, before the write?
A seek just sets a flag. Another seek would do it again. The fill function
won't care how many times the flag got set, so I don't see a problem.
Mark
- Raw text -