Re: [Erlide-devel] how many threds are used there, from Eclipse side.

2006-01-25 Thread Vlad Dumitrescu
Hi, > I was very surprised, that trouble with connection to Erlang frozen > ErlIDE and Eclipse GUI as well. > Is ErlIDE single-threap app ? Mostly, yes. The problem is really that there isn't yet a good error handling. If any object needs to access the Erlang backend, it has to get a handle to t

[Erlide-devel] how many threds are used there, from Eclipse side.

2006-01-25 Thread Arioch
I was very surprised, that trouble with connection to Erlang frozen ErlIDE and Eclipse GUI as well. Is ErlIDE single-threap app ? And seeing how many java threads/processes Eclipse launches, i can only wonder, whay could not Eclipse protect itself by launching each plugin in separate thread?