If the same client is making multiple requests you could try to use HTTP keep alive so sockets would be reused. I had a similar problem in a totally different software and this trick worked, just an idea. Chathura
On 7/20/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
Michele, My 2 cents, update to RC2, Any issues, we will try to fix by Final. How does that sound? thanks, dims On 7/20/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote: > Hi all, > > > I'm still using Axis2 1.1.1 (I know, it's my fault :(). Anyway, even if > I set the connectionTimeout of the tomcat connector to 500 ms > (server.xml) when the arrival rate increases (about 30 req/sec.) the > system is not able to cope with the user demand (linux with default > settings, i.e. ulimit -n = 1024). > I know this is a quite known issue, but I'm a bit reluctant to upgrade > because I guess I'd need to change some code. Is this problem fixed in > newer releases? > > Thanks, > Michele > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas :: http://davanum.wordpress.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Chathura Herath http://people.apache.org/~chathura/ http://chathurah.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
