Geoffrey Young wrote: > > the problem with this, though, is that we don't really want a clean > interpreter, we want an _almost_ clean one - one with only the data we know > is important (like the globals set within the <Perl> section). so, if we > could copy the relevant data from the first interpreter and insert it into > the one we're about to clone for the request, we'd have the best situation > possible - minimal data in the parent interpreter.
Problem : how to separate the relevant data from the irrelevant one ? Does it live in a particular package ? I imagine it's possible to e.g. add an attribute on stashes that say "don't clone me". And implement a function "require_for_this_interpreter_only $module" in an XS module. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
