> Hmm, I was able to create 354406 unnamed mutexes, before
> CreateMutex() failed with ERROR_NOT_ENOUGH_QUOTA. Tested under
> NT4 SP6.

btw, why use mutexes at all? openssl uses only unnamed mutexes and always
waits indefinitly long on mutex. so we could use critical sections
instead. they are much faster and basically
unlimited. InitializeCriticalSection etc.

arne




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to