Re: Erorr scoreboard is full, not at MaxRequestWorkers without traffic

2013-10-25 Thread Thomas Eckert
Regarding normal traffic handling, where the thread count might change over time, I can see your point. But with a 'static' state, such as right after start up with no traffic, how would (idle_thread_count min_spare_threads) be triggered ? I would expect the thread count to be unchanging as

Erorr scoreboard is full, not at MaxRequestWorkers without traffic

2013-10-18 Thread Thomas Eckert
Hey folks, there's been quite a few issues with the scoreboard is full, not at MaxRequestWorkers error log message. From what I've found all of them involved some sort of heavy traffic. I've been wondering about the root cause for this but now I have a reverse proxy showing this message right

Re: Erorr scoreboard is full, not at MaxRequestWorkers without traffic

2013-10-18 Thread Jim Jagielski
The mojo for this, in both worker and event is: (active_thread_count = ap_daemons_limit * threads_per_child) which is only worried about if: (idle_thread_count min_spare_threads) On Oct 18, 2013, at 10:22 AM, Thomas Eckert thomas.r.w.eck...@gmail.com wrote: Hey folks,