Re: [tcljava-dev] Re: tcljava-dev digest, Vol 1 #174 - 2 msgs
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-05-18 17:33:58
|
On Thu, 18 May 2006 10:22:08 -0700 Martti Tienhaara <ma...@da...> wrote: > Obviously with the TJC compiler running in a separate thread > this is no longer feasible. Another approach that you might find useful is to invoke vwait on some variable at the end of your existing eval script. This will process events in your script without having to make big changes to the init logic in your Java and Tcl code. It is something that might be worth trying before you make bigger changes. cheers Mo DeJong |