stas        2003/08/20 18:14:27

  Modified:    src/modules/perl modperl_io_apache.c
  Log:
  we have no buffering problem on read with :Apache layer
  
  Revision  Changes    Path
  1.2       +0 -8      modperl-2.0/src/modules/perl/modperl_io_apache.c
  
  Index: modperl_io_apache.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_io_apache.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modperl_io_apache.c       20 Aug 2003 23:20:14 -0000      1.1
  +++ modperl_io_apache.c       21 Aug 2003 01:14:27 -0000      1.2
  @@ -10,14 +10,6 @@
    * from STDIN and write to STDOUT. The PerlIO API is documented in
    * perliol.pod */
   
  -/*
  - * XXX: Since we cannot snoop on the internal apr_file_io buffer
  - * currently the IO is not buffered on the Perl side so every read
  - * requests a char at a time, which is slow. Consider copying the
  - * relevant code from PerlIOBuf to implement our own buffer, similar
  - * to what PerlIOBuf does or push :perlio layer on top of this layer
  - */
  -
   typedef struct {
       struct _PerlIO base;
       request_rec *r;
  
  
  

Reply via email to