On Wednesday 13 August 2003 17:16, Elizabeth Thomas wrote:
> 1. Is there any way to reduce the time to initialize an interp? (besides
> the obvious, but not necessarily feasible, option of reducing the procs
> that are loaded). Has anyone seen similar behavior and have some insight
> into it?
IMHO, unless somebody implements:
int Tcl_CloneInterp(Tcl_Interp *interp)
at the C-level (a non-mt-safe implementation is lurking somewhere
in the Tcl CVS branches, done by Jeff, Andreas and co at ActiveState),
you will have little luck with this issue.
Although I doubt that this kind of function is possible to implement
generically in mt-safe fashion, one may get a good approximation
which would (could) be satisfactory for the AS usage.
So, the question is: who would dare to take this step?
Zoran
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of
your email blank.