Skip to main content



      Home
Home » Archived » Eclipse Communications Framework (ECF) » ECF service threads
ECF service threads [message #624064] Tue, 23 September 2008 10:59 Go to next message
Eclipse UserFriend
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 17:42 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 18:52:08 EDT 2025

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

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

Back to the top