On Wed, Jun 05, 2002 at 11:20:15AM +0200, Gerald Richter - ecos gmbh wrote:
> > Yeah that handles atomic writes, but not proper atomic updates - read
> > data, modify, write, avoiding the race condition between the read and
> > the write. I think that requires proper locking?
> 
> If you only have concurrent reads, it should work. If you also have
> concurrent writes/updates, then you really need locking.
> 
> I can put it on the TODO list, but I am currently don't have the time to
> implement it. If you want to take a look on your own, then go to the file
> epio.c and look at the function ReadHTML. All sourcefiles are read by this
> function.

Thanks Gerald, I'll see how critical it looks for me and may have a
play.

Cheers,
Gavin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to