[ 
https://issues.apache.org/jira/browse/ODE-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519514
 ] 

Sam Mesh commented on ODE-169:
------------------------------

Hi Matthieu,

Thank you for the response and advice.
Before using mailing list could I ask few questions here?

1. For this question I'd have to use 
http://mail-archives.apache.org/mod_mbox/ode-user/ , right?

2. Could I watch a thread in mailing list similar to watching an issue in Jira?

3. I've configured Tomcat like below and it seems to have enough threads to 
handle 20-50 concurrent requests.
But 20 BPEL helloWorlds is still a problem.
If you mean configure the number of threads in ODE could you please advice how?
    <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
        maxThreads="150" minSpareThreads="4"/>
    <Connector executor="tomcatThreadPool"
               port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />


> Stress test for N concurrent requests from shell script
> -------------------------------------------------------
>
>                 Key: ODE-169
>                 URL: https://issues.apache.org/jira/browse/ODE-169
>             Project: ODE
>          Issue Type: Test
>          Components: BPEL Runtime
>    Affects Versions: 1.0-incubating
>            Reporter: Sam Mesh
>            Assignee: Matthieu Riou
>             Fix For: 1.1
>
>
> For how big N all requests will succeed?
> Environment:
> - Java 6, Tomcat 6, ode.war
> - Using 'start' in MS Windows for concurrent 'helloWorld' requests.
> The problems started to appear for N about 20.

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

Reply via email to