On Mon, Feb 8, 2010 at 7:37 AM, Kostas Georgiou <georg...@gmail.com> wrote:
> Hello again,
> Now I see, it is the java no capable of stopping a thread problem. This
> would need an external monitor of threads (maybe some wrapping of jconsole
> :-))
> For now maybe is better of having the editor's completion server on a
> thread. What do you think? Could you point me to the class implementing it?
> Also what I would like to do is to have control over the spawned jython
> process, like the executable and the vm arguments. Do you think is it
> possible to construct the java command from inside pydev? I want to run a
> custom configured jython process.
> Regards
> Kostas
> PS. The interpreters should have an internal mechanism of cancelling a
> halted or deadlocked command when in interactive mode ( like on Flash
> Actionscript or Matlab I think).


Hi Kostas,

The java-side class that handles it is AbstractShell.java and in the
Python/Jython side it's pycompletionserver.py

Cheers,

Fabio

p.s. please don't top-post

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to