If I use $r->notes in a mod_perl handler, is it accessible via the
core apache request object in other non-perl modules?

        $r->notes('foo','bar');

        Is the value of notes stored in the core apache process and if so,
is it accessible by other modules by their similar r->notes methods (ie,
mod_java or some custom C module)?  If not, why not?  I wouldn't expect to
be able to store hashes, etc (use a global var, such as
$sitename::globalvar for that), but strings?

        My question being stemmed from the possibility of having to use
mod_java and mod_perl on the same server and getting the two to talk to
each other in a friendly manner.  Anyone have any experience w/ this or
tips w/ regards to the best way of going about this kind of a setup?

-- 
Sean Chittenden                              <[EMAIL PROTECTED]>

VMS, n:
        The world's foremost multi-user adventure game.

Reply via email to