[jbossts-issues] [JBoss JIRA] (JBTM-2010) Scalability Enhancements for BlackTie

Tom Jenkinson (JIRA) issues at jboss.org
Thu Dec 12 05:58:32 EST 2013


    [ https://issues.jboss.org/browse/JBTM-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930665#comment-12930665 ] 

Tom Jenkinson commented on JBTM-2010:
-------------------------------------

This may help: https://github.com/tomjenkinson/narayana/commits/JBTM-2010-nio
                
> Scalability Enhancements for BlackTie
> -------------------------------------
>
>                 Key: JBTM-2010
>                 URL: https://issues.jboss.org/browse/JBTM-2010
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: BlackTie
>            Reporter: Tom Jenkinson
>            Assignee: Amos Feng
>             Fix For: 6.0.0.Final
>
>
> At the moment we are using traditional IO techniques which means there is a single thread and connection per service on the C++ side and a single thread per server per service on the WildFly side.
> For example:
> 10 servers with 10 services = 10 threads on the client side, 100 threads on the wildfly side
> We should look to use AIO on the Java side and apr pollset on the C++ side to reduce the number of threads. This will not reduce the physical number of connections but should allow the server to scale much higher.
> 1. use AIO for StompConnect, 
> 2. add a configurably sized connection polling pool to BlackTie C++,
> 3. use a common pool for servicedispatchers, so for example if 10 services with a size of 10 would normally mean 100 threads, we can say 10 services, size of 10, share 10 threads.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list