From: Joel VanderWerf Date: 2006-08-31T04:40:05+09:00 Subject: Re: problem using pstore with multi-users khaines@enigo.com wrote: > Well now, that's really interesting, because I never had anything but > misery when I tried using pstore in a context where two threads or > processes would try to access the same file at the same time. This has > me very curious as to why. In the case of threads you might have had misery because PStore doesn't do any thread-level locking (e.g. Mutex or Sync). But PStore should be safe at the process level, AFAIK. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407