[ 
https://issues.apache.org/jira/browse/AXIS2-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507188
 ] 

Oleg Kalnichevski commented on AXIS2-2820:
------------------------------------------

My pleasure, Davanum.

If the 'NIO thingy' does catch on, you should consider getting rid of 
SimpleHttpServer after all. Better data throughput provided by classic I/O in 
some scenarios may not outweigh the complexity and managerial overhead of 
having to maintain multiple HTTP transport implementations.

Cheers

Oleg

> SimpleHTTP server can not handle multiple threads (more than 20)
> ----------------------------------------------------------------
>
>                 Key: AXIS2-2820
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2820
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>            Priority: Blocker
>         Attachments: axis2-shs.patch
>
>
> When use two channel to invoke a service deploy in tomcat I ran into problem 
> , what I did was I fire up 100 threads and invoke the service 100 times. Then 
> the invocation become very slow , when I debug the code I realized that is 
> due to limitation in SimpleHttp server. So how if we switch to jetty or 
> embedded tomcat.
> To demonstrate the issue I will create and attach the test case.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to