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

Tom Cunningham (JIRA) jira-events at lists.jboss.org
Wed Nov 11 01:37:05 EST 2009


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

Work on JBESB-2536 stopped by Tom Cunningham.

> 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