[ 
https://issues.apache.org/jira/browse/CXF-6065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185157#comment-14185157
 ] 

Daniel Kulp commented on CXF-6065:
----------------------------------

This is a question for the user list.  Not a JIRA issue.

In any case, the services are likely to be called simultaneously on multiple 
threads.  If using a servlet container like tomcat, the threading is completely 
up to how the servlet container is configured.   CXF would use the threads 
provided by the servlet container.   

For the internal Jetty transport, the settings to control the thread pool are 
documented at:
http://cxf.apache.org/docs/jetty-configuration.html


> Is the CXF endpoint multthread capable?
> ---------------------------------------
>
>                 Key: CXF-6065
>                 URL: https://issues.apache.org/jira/browse/CXF-6065
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Colbert Philippe
>            Priority: Minor
>              Labels: executors, multi-threading, multithreading
>
> I am considering using Apache CXF in Cloud environments (Azure, AWS and 
> others).   The CXF web service will be used with a load-balancer.   I need to 
> measure the capacity of a single CXF endpoint, which brings me to ask these 
> important questions: Is a CXF endpoint multi-thread capable?    Assuming that 
> the answer is YES, is there a way to adjust the number of threads?    I don't 
> see any section of the CXF documentation that talks about this topic.   I 
> think that this topic is important enough to have a section in the 
> documentation for it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to