From: Gustaf N. <ne...@wu...> - 2023-09-05 09:40:20
|
On 05.09.23 09:17, John at Decent wrote: > Thanks Gustaf. > > I knew about ns_proxy, but as it is documented as being a proxy to > external Tcl processes, I didn’t think to use it as a general process > pool. > > The part I was missing was > > proxy::exec > > However, won’t that cause the external process to get reloaded every > time I call proxy::exec ? see https://github.com/openacs/openacs-core/blob/oacs-5-10/packages/acs-tcl/tcl/proxy-procs.tcl#L74-L83 in the link i have sent in my last mail -g |