On Tue, 29 May 2001, barries wrote:
> I tripped over the fact that the PerlResponseHandler does not send EOS
> (which is optional, after all). Here are a couple of reasons mod_perl
> should go ahead and send the EOS right after the PerlRespnseHandler
> exits:
>
> - Efficiency: one less brigade
On Tue, 29 May 2001, barries wrote:
> I know you don't need *FunctionTable.pm, but hey, it's free.
thanks, concept is good, but xsub mapping is off a bit. we do need the
ModPerl::FunctionTable entries. for these xsubs, pTHX_ is not needed, and
we know the number of arguments.
> +MP_INLINE int
On Mon, 28 May 2001, Gerald Richter wrote:
>
> > this looks like one of the problems the hacked version of C::Scan (at
> > perl.apache.org/~dougm/) fixes.
> >
>
> I have the C::Scan from perl.apache.org/~dougm/ . I just rechecked to be
> sure. So maybe you have done some more fixes and not uplo
On Mon, 28 May 2001, Gerald Richter wrote:
> I don't think that has anything to do with this change in the start
> directory. Apache::Registry calls
>
> $r->chdir_file;
>
> which should change the current directory to the one of the file, but it
> doesn't with ActiveState Perl.
> chdir_file in