Hi,

At Thu, 12 Jun 2003 09:31:37 +0900,
Andrew Walrond wrote:
> Each process gets partial or corrupt data. Now it obviously has
> something to do with the DATA object being shared between processes
> somehow (there is presumably a file handle in there somewhere), but
> how can I fix it?

Shared file descriptors share the position even between
processes.  You can duplicate DATA.

-- 
Nobu Nakada