Re: [tcljava-user] JTCL Design Question: May 1 Notifier Thread Own Multiple tcl.lang.Interp instanc
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2016-07-05 02:11:00
|
On Fri, Jul 01, 2016 at 01:58:19PM +0000, Brian Brooks (US) wrote: > Does tcl.lang.Interp support a design where multiple Interp's are thread bound to the same "Notifier" thread? The Interp instances are not shared across threads, instead 1 Notifier thread "contains" multiple Interps. > > Such a "reduced concurrency" design would simplify our application's threadsafety/locking code. It's been a while since I've looked into the gory details of the Notifier, perhaps the description from: http://tcljava.sourceforge.net/docs/TclJavaLib/Notifier.htm can shed some light on your questions. -- Tom Poindexter tpo...@ny... |