Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » lowResourcesConnections attribut doesn't work with jetty8.1.11(lowResourcesConnections attribut doesn't work with jetty8.1.11)
lowResourcesConnections attribut doesn't work with jetty8.1.11 [message #1114370] Sun, 22 September 2013 16:38 Go to next message
priya jain is currently offline priya jainFriend
Messages: 1
Registered: September 2013
Junior Member
Hi,

I have recently upgrade jetty from 7.0.1 to 8.1.11.v20130520.
For limiting number of connections, I have modified connectors value in the jetty.xml file. I have set the value of attributes "lowResourcesConnections" and "lowResourcesMaxIdleTime" to 1000 and 5000 respectively.
But, the no. of tcp connections goes above this limit(1000) and jetty unable to close the open idle connections. Number of connections reached to the 2^16(i.e. max. connections OS support).
In jetty 7.0.1, the attribute lowResourcesConnections work fine, and no. of connections never cross the limit set by this parameter. But after upgrading jetty, this parameter stop working.

Please let me know, if I missed something during jetty configuration or this is bug on jetty 8.1.11.

Thanks,
Priya
Re: lowResourcesConnections attribut doesn't work with jetty8.1.11 [message #1114969 is a reply to message #1114370] Mon, 23 September 2013 13:30 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 9/22/2013 6:20 PM, priya jain wrote:
> Hi,
>
> I have recently upgrade jetty from 7.0.1 to 8.1.11.v20130520. For
> limiting number of connections, I have modified connectors value in the
> jetty.xml file. I have set the value of attributes
> "lowResourcesConnections" and "lowResourcesMaxIdleTime" to 1000 and 5000
> respectively.
> But, the no. of tcp connections goes above this limit(1000) and jetty
> unable to close the open idle connections. Number of connections reached
> to the 2^16(i.e. max. connections OS support).
> In jetty 7.0.1, the attribute lowResourcesConnections work fine, and no.
> of connections never cross the limit set by this parameter. But after
> upgrading jetty, this parameter stop working.
>
> Please let me know, if I missed something during jetty configuration or
> this is bug on jetty 8.1.11.
>
> Thanks,
> Priya

This might be more appropriate in the Eclipse web tools platform forum.
Previous Topic:Problem while trying to run a jdbc using servlet on jboss
Next Topic:Eclipse keep's re-indexing and kills my computer? [MAC OS X]
Goto Forum:
  


Current Time: Wed Apr 24 17:38:13 GMT 2024

Powered by FUDForum. Page generated in 0.08111 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top