I need to run a given TCL proc on a large number of threads and need each instance of the proc to be aware of it’s location within the engine. From within a TCL proc, does anyone know of a method of querying the engine to retrieve the site, process, and thread name from which the proc was called?
Thanks!