Hello Fabio,

I don't know about its efficiency, but if it is implemented as a worker
thread (like swingworker in swing) do you think that the halting will still
be possible??

I understand that generally this would be a second choice, or second
citizen, but probably it could boost the jython part. In every case I would
appreciate any help if I decide to go this route.

thanx
kostas

2010/1/29 Kostas Georgiou <georg...@gmail.com>

> Hello again,
> I would appreciate it if you could comment on this subject.
> I also wanted some help on pointing out the classes that implement the
> client-server functionality of completion and console, to investigate the
> possibility of implementing it.
>
> Thanx in advance
> Kostas
>
>
> Hi again,
>> >So, that would be more for speed right?
>> yessss. Probably it will get some speed up, don't you think?
>>
>> >I must say that I'm not sure that
>> >this approach is feasible because when you're gathering completions, you
>> >actually want to use a different Python or Jython interpreter (and not
>> embed
>> >all into the Eclipse VM),
>> putting it in a thread with different classloader (equinox magic) is
>> making it actually a different interpreter, or not?? Is just that you should
>> do all the initialization of package additions manually (addJar, addDir,
>> etc).
>>
>> >and making it a Thread you wouldn't have access to that.
>> can you explain it a bit more please. The communication could be done
>> through a shared variable, a pipe stream, asychronous method invocation or
>> something else.
>>
>> >What do you think?
>> thinking.... :-)So you think is difficult?
>>
>> Regards,
>> Kostas
>>
>
>
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to