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

Anonymous (Jira) issues at jboss.org
Thu Mar 19 12:49:31 EDT 2020


     [ https://issues.redhat.com/browse/JBTM-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Issue was automatically transitioned when pull request #658 was created in GitHub
---------------------------------------------------------------------------------
    Status: Pull Request Sent  (was: Open)


> Scalability Enhancements for BlackTie
> -------------------------------------
>
>                 Key: JBTM-2010
>                 URL: https://issues.redhat.com/browse/JBTM-2010
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>          Components: BlackTie
>            Reporter: Thomas Jenkinson
>            Priority: Minor
>
> 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 was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jbossts-issues mailing list