Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » ECF service threads
ECF service threads [message #624064] Tue, 23 September 2008 14:59 Go to next message
Bill Joy is currently offline Bill JoyFriend
Messages: 60
Registered: July 2009
Member
I am trying to troubleshoot some periodic performance problems with Eclipse
3.4. Is there some easy way to prevent all these ECF threads from running?
They are probably just noise but I'd like to disable them and see.

In one thread dump I see what appear to be 3 threads related to JmDNS, 1 to
r_osgi, and 3 for SLP.

I can see that JmDNS is doing an automatic startup. Is there an ECF
equivalent to Window | Preferences | General | Startup and Shutdown to
control this?
Re: ECF service threads [message #624065 is a reply to message #624064] Tue, 23 September 2008 21:42 Go to previous message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Bill,

Bill Joy wrote:
> I am trying to troubleshoot some periodic performance problems with Eclipse
> 3.4. Is there some easy way to prevent all these ECF threads from running?
> They are probably just noise but I'd like to disable them and see.
>
> In one thread dump I see what appear to be 3 threads related to JmDNS, 1 to
> r_osgi, and 3 for SLP.
>
> I can see that JmDNS is doing an automatic startup. Is there an ECF
> equivalent to Window | Preferences | General | Startup and Shutdown to
> control this?

No, not currently. We have discussed among ourselves using the
Equinox/OSGi configuration management (org.eclipse.equinox.cm) but it is
not in there yet.

One thing you can/could do is to stop the bundles via the OSGi console.
First start Eclipse with the -console parameter, and you should get a
DOS window with the osgi> console prompt.

Then you can explicitly stop the JmDNS, r_osgi and/or jslp provider
bundles, and these threads should be stopped (if they don't it is a bug
for us and please report).

Scott
Previous Topic:Problems running ECF2.0.0 remote service examples
Next Topic:(Re-) connect bug in org.eclipse.ecf.internal.provider.r_osgi.R_OSGiRemoteServiceContainer#connect ?
Goto Forum:
  


Current Time: Fri Apr 26 11:11:40 GMT 2024

Powered by FUDForum. Page generated in 0.03288 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top