johnlopez2000
Programmer
Colleagues,
I have a number of library and service libraries that I use for given programs that I run on an eMatrix ePLM database system. I can cause a program to become persistent at runtime by making it "pooled", which in the background actually spawns a persistent interpreter (you can see this in TCL Pro). It effectively is an independent thread in it's own interpreter.
What I need to do is to open a 2nd independent interpreter with a TCL program and "see" the PROCs defined in the first standing interpreter, much like when you load a DLL into memory, and all subsequent applications that use it access the common code.
It there a way to do this?
Thanks for your help.
John Lopez
Enterprise PDM Architect
john.l.lopez@goodrich.com
I have a number of library and service libraries that I use for given programs that I run on an eMatrix ePLM database system. I can cause a program to become persistent at runtime by making it "pooled", which in the background actually spawns a persistent interpreter (you can see this in TCL Pro). It effectively is an independent thread in it's own interpreter.
What I need to do is to open a 2nd independent interpreter with a TCL program and "see" the PROCs defined in the first standing interpreter, much like when you load a DLL into memory, and all subsequent applications that use it access the common code.
It there a way to do this?
Thanks for your help.
John Lopez
Enterprise PDM Architect
john.l.lopez@goodrich.com