I was just looking at Doug's overview of mod_perl
2, and was specifically intrigued by the PerlInterpLifetime directive, which got
me sorta excited. It would appear to me, based on that, that by setting
PerlInterpretLifetime connection, you could have a good chance at getting good
persistant "session"s with any HTTP/1.1 client, with no more than plain ol'
global variables. Moreso, you can see which is the first request easily
just by checking defined($someglobalvariable) - or so it would
appear...
Can any of the mod_perl 2 people provide some
feedbak on this, as I'm sure you guys have looked at this much deeper than I
have.
Thanks,
Issac
Internet is a wonderful mechanism for making a fool
of
yourself in front of a very large audience. --Anonymous Moving the mouse won't get you into trouble... Clicking it might. --Anonymous PGP Key 0xE0FA561B - Fingerprint: 7E18 C018 D623 A57B 7F37 D902 8C84 7675 E0FA 561B |
- Re: [OT] mod_perl 2 question... Issac Goldstand
- Re: [OT] mod_perl 2 question... barries