[Tcl Java] Re: TclBlend Initialization Mutex

2000-08-08 Thread Scott Stanton
Jiang Wu said: 1. In UNIX, TclBlend uses a pipe with non-blocking IO to wake up the Tcl event loop. If there are multiple event loops in several threads, will a single pipe based IO trigger all event loops to wake up? In the threaded version of Tcl, there are two distinct types of event

[Tcl Java] Unidentified subject!

2000-08-08 Thread Scott Stanton
Jiang Wu said: TclBlend does not follow the normal Tcl_Obj reference counting usage. In Tc lBlend, a Java TclObject is used as the handle to the underlining Tcl_Obj: TclObject CObject Tcl_Obj Both Tcl_Obj and TclObject have reference