Hi guys
I'm slowly thinking of a new improvement to mod_rivet. I was considering
to extend the server initialization script mechanism to something more
similar to the way thread initialization scripts (formerly child
initialization scripts) work, including the options of having separate
interpreters for each virtual host. Having a single central server
initialization script was reasonable because in some cases this script
would run with super user privileges and application specific scripts
shouldn't do it without careful scrutiny of the server manager. This is
probably an obsolete scenario. Most web applications now run in virtual
machines where the application developers are the server mangers as
well. So I thought to introduce a configuration global flag that should
enable the creation of virtual host specific server interpreters thus
enabling the prefork bridge to inherit the whole set of Tcl interpreters
from the root process.
any thoughts?
-- Massimo
---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org