Re: The case for sending EOS from ResponseHandler

2001-05-30 Thread dougm
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

Re: [PATCH 2.0] add Apache::Filter->tell(), ->eof(), ->close()

2001-05-30 Thread Doug MacEachern
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

Re: automaticly created XS in mod_perl 2.0

2001-05-30 Thread Doug MacEachern
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

Re: mod_perl/Embperl and ActiveState Perl

2001-05-30 Thread Doug MacEachern
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