Actions
Bug #9
closedRemote FCGIs are disconnected using *BSD
Status:
Fixed
Priority:
High
Category:
mod_fastcgi
Target version:
-
ASK QUESTIONS IN Forums:
Description
When using remote FCGIs under *BSD (tested with FreeBSD and OS X), lighttpd will disconnect and mark each of the services offline one by one under stress (I've been using ab -c 10 -n 1000). Watching the logs, it doesn't appear to have a particular rhythm. It only occurs when concurrent access is tested (nothing goes wrong with ab -c 1).
When I moved the exact same config to Linux, every thing was fine. Everything would also be fine for a while, if I just restarted lighttpd after it had marked the processes offline. So the remote FCGIs were fine all along.
-- david
Updated by jan almost 20 years ago
- Status changed from New to Fixed
- Resolution set to fixed
remove the joblist_append() call in mod_fastcgi.c around line 2250. See r29
Actions
Also available in: Atom