[tcljava-user] JTCL Design Question: May 1 Notifier Thread Own Multiple tcl.lang.Interp instances?
Brought to you by:
mdejong
From: Brian B. (US) <Bri...@da...> - 2016-07-01 18:31:51
|
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. Sincerely, Brian Brooks Sr Software Engineer Duluth, GA 30096 |