Re: Strange Connection behaviour with HTTP connections

2008-01-18 Thread Luc Willems
On Thursday 17 January 2008 04:52:38 Trustin Lee wrote: On Jan 17, 2008 2:58 AM, Luc Willems [EMAIL PROTECTED] wrote: the connecting thread will block forever when i replace the cf.awaitUninterruptibly() with cf.await() :-( ok , another day of testing i found some possible reasons : Doesn't

Re: Strange Connection behaviour with HTTP connections

2008-01-17 Thread Luc Willems
On Thursday 17 January 2008 04:52:38 Trustin Lee wrote: i have update to the latest snapshot code (16012008) and have the same problem. On Jan 17, 2008 2:58 AM, Luc Willems [EMAIL PROTECTED] wrote: the connecting thread will block forever when i replace the cf.awaitUninterruptibly

Strange Connection behaviour with HTTP connections

2008-01-16 Thread Luc Willems
Hello all, i'm working on a load generator tool for simulating client access to a server with a XML/HTTP based protocol. this basicly means that we have MANY clients connections (5000 and more ) to a J2EE server connected and exchanging a lot of XML documents at a ratio of 500 HTTP

Re: Revisiting logging in MINA 2.0

2007-12-14 Thread Luc Willems
On Thursday 13 December 2007 18:26:38 Trustin Lee wrote: On Dec 14, 2007 2:05 AM, Luc Willems [EMAIL PROTECTED] wrote: On Thursday 13 December 2007 03:50:14 Trustin Lee wrote: This issue is becoming a real headache even a bottle of tylenol can't fix, along with the reentrant logging issue

Re: Revisiting logging in MINA 2.0

2007-12-13 Thread Luc Willems
On Thursday 13 December 2007 03:50:14 Trustin Lee wrote: This issue is becoming a real headache even a bottle of tylenol can't fix, along with the reentrant logging issue: http://xrl.us/bctaa I think these two issues should be considered together to resolve the issues related with logging.

[jira] Commented: (DIRMINA-492) HTTP protocol fails with Unsupported HTTP version exception

2007-12-10 Thread luc willems (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550189 ] luc willems commented on DIRMINA-492: - nice , I test it again as soon it is available at the m2 snapshot

[jira] Created: (DIRMINA-492) HTTP protocol fails with Unsupported HTTP version exception

2007-12-07 Thread luc willems (JIRA)
Components: Protocol - HTTP Affects Versions: 2.0.0-M1 Environment: JDK 1.6.0 update 3 test server : Apache 2.2.4 using MPM workers on openSUSE 10.3 test url : http://server/gif/l_arrow.gif Reporter: luc willems when running load test using mina/Http protocol i got Decoder

Re: HTTP client problem under high load

2007-12-07 Thread Luc Willems
On Friday 07 December 2007 03:20:37 Trustin Lee wrote: I think it's a new issue. Please file a JIRA issue. done , https://issues.apache.org/jira/browse/DIRMINA-492 test app. is included. luc

[jira] Updated: (DIRMINA-492) HTTP protocol fails with Unsupported HTTP version exception

2007-12-07 Thread luc willems (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] luc willems updated DIRMINA-492: Attachment: HTTPTestCase.java Test application used. see comments on how to manipulate url/speed

Re: Managing large number of Connectors

2007-12-06 Thread Luc Willems
On Thursday 06 December 2007 07:27:17 Trustin Lee wrote: Hi Vishal, On Dec 6, 2007 2:53 PM, Vishal_Jain [EMAIL PROTECTED] wrote: Hi Trustin, Yes i did try to follow the Thread model tutorial. As is evident, its not clear to me :) I seem to have missed to understand, One Connector

HTTP client problem under high load

2007-12-06 Thread Luc Willems
Hello all , i have some problem using the HttpClient protocol handlers from 2.0.0 M1 (from 5/12/2007) . i'm creating a kind of HTTP load tool which have around 10 threads using 1000 and more connections to send HTTP request at a fixed rate (xxx TPS) on low/medium traffic there is now