[esb-issues] [JBoss JIRA] Updated: (JBESB-2536) jUDDI local transport creates a new thread to handle every individual request

Kevin Conner (JIRA) jira-events at lists.jboss.org
Mon Jul 6 08:59:51 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBESB-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Conner updated JBESB-2536:
--------------------------------

    Fix Version/s: 4.7
                       (was: 4.6)


> jUDDI local transport creates a new thread to handle every individual request
> -----------------------------------------------------------------------------
>
>                 Key: JBESB-2536
>                 URL: https://jira.jboss.org/jira/browse/JBESB-2536
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Registry and Repository
>    Affects Versions: 4.5
>            Reporter: Kevin Conner
>            Assignee: Tom Cunningham
>             Fix For: 4.7
>
>
> There are two classes used in jUDDI for local communication, org.apache.juddi.registry.local.InquiryService and org.apache.juddi.registry.local.PublishService.
> Every request passing through these classes, and there are many, results in the creation of a thread as follows
>       Thread thread = new Thread(requestHandler, "WorkThread");
>       thread.start();
>       thread.join();
> This has a big impact on performance.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list