DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7403

Should AcceptMutex default to sysvmem?

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-04-15 01:00 -------
It is most likely because your OS does not support pthread cross-process 
mutexes.
sysvsem are much preferred over fcntl()/flock() methods since they do not
require file system access/overhead.

The comments in misc/perf-tuning seem to be valid, but sysvsem is a better
alternative that flock/fcntl.  Consider it the lesser of all the available
evils.

Thanks for using Apache!

Reply via email to