users@grizzly.java.net

Re: PipelineFullException: Queue is full

From: Alan Williamson <alan_at_blog-city.com>
Date: Mon, 11 Feb 2008 14:55:28 +0000

Following on from that thread, can we get a handle on how busy things
are at the moment? What are the differences between these calls?

        st.getCurrentConnectionNumber()
        st.getCurrentThreadCountStats()
        st.getCountThreadsStats()


Alan Williamson wrote:
> thanks for that clarification Jeanfrancois, as it turns out, that
> explanation fits with the fact that lighttpd (our frontend load
> balancer) had run out of socket handles and was doing a lot of back
> queuing and flooding our backends with connections.