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
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);
> 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
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
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
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
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