This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232952 - 70 JaxWS RP threads kills my IDE
Summary: 70 JaxWS RP threads kills my IDE
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 7.4
Hardware: PC Linux
: P1 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-07-18 07:44 UTC by Jaroslav Tulach
Modified: 2013-07-19 02:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2013-07-18 07:44:03 UTC
Do you think following code in JaxWsNodeFactory is correct?

100   private RequestProcessor.Task jaxWsTask =
101	            new RequestProcessor("JaxWs-maven-request-processor").create(new Runnable() { //NOI18N
102	                @Override
103	                public void run() {

Please have a look at Javadoc of RequestProcessor and use one shared instance of the RequestProcessor.
Comment 1 Milan Kuchtiak 2013-07-18 09:14:14 UTC
Fixed.

See:
http://hg.netbeans.org/web-main/rev/79ca8c7148b6
Comment 2 Quality Engineering 2013-07-19 02:32:44 UTC
Integrated into 'main-silver', will be available in build *201307182300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/79ca8c7148b6
User: Milan Kuchtiak <mkuchtiak@netbeans.org>
Log: #232952: make RequestProcesor instance shareable among class instances