Mailing List Archive

[Bug 7403] - Should AcceptMutex default to sysvmem?
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?

jerenkrantz@apache.org changed:

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



------- Additional Comments From jerenkrantz@apache.org 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!

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org