You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/07/06 13:45:44 UTC

Re: cvs commit: apache/src CHANGES alloc.c alloc.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h

On Sat, 5 Jul 1997, Sameer Parekh wrote:

>   Index: CHANGES
>   ===================================================================
>   RCS file: /export/home/cvs/apache/src/CHANGES,v
>   retrieving revision 1.322
>   retrieving revision 1.323
>   diff -c -C3 -r1.322 -r1.323
>   *** CHANGES	1997/07/05 22:12:24	1.322
>   --- CHANGES	1997/07/06 05:37:18	1.323
>   ***************
>   *** 1,4 ****
>   --- 1,6 ----
>     Changes with Apache 1.3
>   +   *) CGI: Add a select() loop so that CGI scripts don't have to be
>   +      nph in order to be "unbuffered". [Sameer Parekh]
>     
>       *) Makefile.nt added - to build all the bits from the command line:
>             nmake -f Makefile.nt

Yikes that's a big patch and lots of new code.

2 questions:

1) has it been use in Stronghold already ?

2) is it really necessary for all this extra code ?
    I'm pretty sure I'll never need to use this feature.

--
Rob Hartill                              Internet Movie Database (Ltd)
http://www.moviedatabase.com/   .. a site for sore eyes.


Re: cvs commit: apache/src CHANGES alloc.c alloc.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h

Posted by Dean Gaudet <dg...@arctic.org>.
I need Sameer's patch, or something like it, to fix another problem that
you will probably want fixed:  If a user aborts a CGI then the CGI can be
sent a kill signal early.  Current code does not allow for this ... and
Sameer's patch either already does it, or makes it easier... I've been
waiting for it :) 

It also allows people to do things like, display a part of a page, then
display search results as they arrive.  Presently these people are
required to use nph-, which is mostly broken w.r.t. HTTP/1.1. 

Dean

On Sun, 6 Jul 1997, Rob Hartill wrote:

> On Sat, 5 Jul 1997, Sameer Parekh wrote:
> 
> >   Index: CHANGES
> >   ===================================================================
> >   RCS file: /export/home/cvs/apache/src/CHANGES,v
> >   retrieving revision 1.322
> >   retrieving revision 1.323
> >   diff -c -C3 -r1.322 -r1.323
> >   *** CHANGES	1997/07/05 22:12:24	1.322
> >   --- CHANGES	1997/07/06 05:37:18	1.323
> >   ***************
> >   *** 1,4 ****
> >   --- 1,6 ----
> >     Changes with Apache 1.3
> >   +   *) CGI: Add a select() loop so that CGI scripts don't have to be
> >   +      nph in order to be "unbuffered". [Sameer Parekh]
> >     
> >       *) Makefile.nt added - to build all the bits from the command line:
> >             nmake -f Makefile.nt
> 
> Yikes that's a big patch and lots of new code.
> 
> 2 questions:
> 
> 1) has it been use in Stronghold already ?
> 
> 2) is it really necessary for all this extra code ?
>     I'm pretty sure I'll never need to use this feature.
> 
> --
> Rob Hartill                              Internet Movie Database (Ltd)
> http://www.moviedatabase.com/   .. a site for sore eyes.
> 
>