DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38403>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38403 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-27 13:37 ------- > it limits the maximal connections to the backend server. this works normal, > but > if i have this amok threads it stops working. could be related to the > behaviour > of a graceful restart .. > to clarify this is the pool: ProxyPass / http://127.0.0.1:8081/ min=1 smax=10 max=14 ttl=120 acquire=10000 timeout=5 retry=2 wenn starting multiple clients against a sleep.php there are no more than 14 conenctions on the backend. with a amok-thread + possibly after a graceful restart. there's no limit on the connections to the backend anymore. this could be intended behaviour of graceful restart or it is related to the loop above which prevents apache from counting. I know that the limit is per process, so i double checked that there's only one process with 250 threads running in apache2. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
