Re: mod_perl Cookbook example

2003-03-05 Thread Geoffrey Young
ASHISH MUKHERJEE wrote: > Hello! I was trying Recipe 11.3 from the mod_perl Cookbook > (Cookbook::Timer). Does this measure real download speed or does it > merely measure server processing time? well, it measures the time that it takes Apache to complete the response. this is dependent on a num

Re: mod_perl cookbook ... Where?

2002-02-18 Thread Geoffrey Young
IEEE Consulting wrote: > Where's the mod_perl Cookbook? you can find all types of information about the cookbook at http://www.modperlcookbook.org/ including places to purchase it and the source code from the entire book. enjoy! --Geoff

Re: mod_perl cookbook ... next steps

2002-02-18 Thread Todd Finney
At 06:04 PM 2/18/02, [EMAIL PROTECTED] wrote: >I would catch user sessions in PerlInitHandler/PerlTransHandler, >store/check them in PerlAuthzHandler, where I would also set the >cookie, and close or refresh them in PerlCleanupHandler. We do something similar, but we've segmented the process a li

Re: mod_perl cookbook ... Where?

2002-02-18 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 18, 2002 at 06:31:15PM -0500, IEEE Consulting wrote: > Where's the mod_perl Cookbook? Grep your favorite bookstore for ISBN# 0672322404. - -- Stephen Clouse <[EMAIL PROTECTED]> Senior Programmer, IQ Coordinator Project Lead The IQ Group

Re: mod_perl cookbook ... next steps

2002-02-18 Thread Paul Lindner
On Thu, Feb 21, 2002 at 01:17:02AM +0200, Issac Goldstand wrote: > [EMAIL PROTECTED] wrote: > [snip] > > >As I need information between the stage of life, I would use $r->notes to > >communicate down the cycle. But then again, if I have some data tied > >to the session (I use Apache::Session), ho

Re: mod_perl cookbook ... next steps

2002-02-18 Thread Issac Goldstand
[EMAIL PROTECTED] wrote: [snip] >As I need information between the stage of life, I would use $r->notes to >communicate down the cycle. But then again, if I have some data tied >to the session (I use Apache::Session), how can I give it to >the PerlHandler. Is $r->notes proofed for any export, obj

Re: mod_perl cookbook

2000-04-05 Thread Bill Jones
on 4/4/00 11:59 PM, Tom Christiansen at [EMAIL PROTECTED] wrote: >> This is by no means meant to replicate information readily >> available in other resources such as the _Perl Cookbook_, the >> Eagle book, or Stas's mod_perl Guide. This is meant to compliment >> them. > > Compliments are alw

Re: mod_perl cookbook

2000-04-04 Thread James G Smith
Tom Christiansen <[EMAIL PROTECTED]> wrote: >>This is by no means meant to replicate information readily >>available in other resources such as the _Perl Cookbook_, the >>Eagle book, or Stas's mod_perl Guide. This is meant to compliment >>them. > >Compliments are always appreciated. Complem

Re: mod_perl cookbook

2000-04-04 Thread Tom Christiansen
>This is by no means meant to replicate information readily >available in other resources such as the _Perl Cookbook_, the >Eagle book, or Stas's mod_perl Guide. This is meant to compliment >them. Compliments are always appreciated. Complements might work better for the general public, tho