]
Tom Cunningham commented on JBESB-2536:
---------------------------------------
The jUDDI local transport for jUDDI v3.0 does not have this issue. Will close once
jUDDI 3.0 has been checked in.
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: