On 05.02.2013 17:33, Nick Kew wrote:
Are you sure?  My recollection of Tcl is of creating an interpreter
when I want to use it, and destroying it after use.  Many could run
concurrently with a threaded MPM.
You are right. However, calling Tcl_Finalize -- which is what mod_rivet is doing -- would destroy /everything/ :)
The correct place to ensure calling library init and cleanuo
functons more than once doesn't hurt is in the library, and
if Tcl doesn't do that, you might want to report a bug.
Personally, I doubt, the Tcl_Finalize call is useful at all. It is only done (by mod_rivet), when httpd is exiting anyway.

Yours,

   -mi

Reply via email to