Theory and practice of mod_perl win32

2008-01-05 Thread William A. Rowe, Jr.
Anyone following the dialog on [EMAIL PROTECTED] and [EMAIL PROTECTED] is already aware of problems users are hitting with httpd 2.2.7 and modperl. Here's my current theory in search of a sanity check. There are two general classes of 'major issues' that we are going to encounter with msvc inte

Re: page finishes loading _after_ PerlCleanupHandler

2008-01-05 Thread Louis-David Mitterrand
On Sat, Jan 05, 2008 at 12:21:07PM -0800, Kate Yoak wrote: > > > Hi, while testing the PerlCleanupHandler in HTML::Mason: > > > > <%init> > > $r->push_handlers(PerlCleanupHandler => \&sleeptest); > > > > sub sleeptest { > > my $r = shift; > > $r->warn("BEFORE SLEEP"); > > sleep(10);

RE: page finishes loading _after_ PerlCleanupHandler

2008-01-05 Thread Kate Yoak
> Hi, while testing the PerlCleanupHandler in HTML::Mason: > > <%init> > $r->push_handlers(PerlCleanupHandler => \&sleeptest); > > sub sleeptest { > my $r = shift; > $r->warn("BEFORE SLEEP"); > sleep(10); > $r->warn("AFTER SLEEP"); > }; > > > I've noticed that the page onl

Re: Un-baking a baked cookie

2008-01-05 Thread Colin Wetherbee
Perrin Harkins wrote: On Jan 5, 2008 12:56 AM, Colin Wetherbee <[EMAIL PROTECTED]> wrote: Well, I don't mind editing the headers, but I'd rather use standardized API calls (i.e. through Apache2::Cookie and friends) so that I don't have to worry about what's going on under the hood, updating my c

Re: Un-baking a baked cookie

2008-01-05 Thread Perrin Harkins
On Jan 5, 2008 12:56 AM, Colin Wetherbee <[EMAIL PROTECTED]> wrote: > Well, I don't mind editing the headers, but I'd rather use standardized > API calls (i.e. through Apache2::Cookie and friends) so that I don't > have to worry about what's going on under the hood, updating my code for > Apache2 c

page finishes loading _after_ PerlCleanupHandler

2008-01-05 Thread Louis-David Mitterrand
Hi, while testing the PerlCleanupHandler in HTML::Mason: <%init> $r->push_handlers(PerlCleanupHandler => \&sleeptest); sub sleeptest { my $r = shift; $r->warn("BEFORE SLEEP"); sleep(10); $r->warn("AFTER SLEEP"); }; I've noticed that the page only finishes loading after the P

Re: Un-baking a baked cookie

2008-01-05 Thread David Dick
Perrin Harkins wrote: (As an aside, would somebody mind briefly explaining the difference between the Set-Cookie and Set-Cookie2 headers? I had never heard of Set-Cookie2, but a quick Google makes it sound like an RFC that never caught on. Agreed, with the extremely notable exception of HT