"Ryan Bloom" <[EMAIL PROTECTED]> writes:

> If we are on a platform that doesn't support atomic add/set, just do
> what Windows does.  Namely, have a global mutex that is set for any
> atomic add or set command.  The add/set is only atomic across other
> threads/process using the same add/set functions, but that should be
> good enough.

not scalable...

the app would be better off rolling their own support

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to