H
Hal Fulton
After more than two years, I'm looking at mod_ruby again.
I'm trying to figure out what the consequences are of all the scripts
being run with a single interpreter.
For example, if a script does: require 'foo'
will that remain in effect for subsequent scripts?
What about constants, global variables, changes to open classes?
Yes, I'm re-reading the docs. Point out to me anything I might
be missing, please.
Thanks,
Hal
I'm trying to figure out what the consequences are of all the scripts
being run with a single interpreter.
For example, if a script does: require 'foo'
will that remain in effect for subsequent scripts?
What about constants, global variables, changes to open classes?
Yes, I'm re-reading the docs. Point out to me anything I might
be missing, please.
Thanks,
Hal