Hi,

I notice you corrected the patch which is a good thing
but settings timeout to 5mn (300s) is a little too high
for an http 1.0 connection. The timeout could be as low as 15s.
The timeout is activated if you have more that 15s between 2 
read() and since connector read stream byte by byte.

300s is valid for http 1.1 connection with keep-alive.
I'll commit the patch for 3.3 but with a 15 seconds timeout ;-)

Si la fortune vient en dormant, ça n'empêche pas les emmerdements de venir
au réveil.
-- Pierre Dac

>-----Original Message-----
>From: Glenn Nielsen [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, March 21, 2001 4:14 PM
>To: [EMAIL PROTECTED]
>Subject: Re: mod_webapp status?
>
>
>"Pier P. Fumagalli" wrote:
>> 
>> jean-frederic clere <[EMAIL PROTECTED]> wrote:
>> 
>> > "Eric L. Anderson" wrote:
>> >>
>> >> What is the current status of mod_webapp? I have tried 
>building the connector
>> >> from cvs but the build fails with webapplib. The errors 
>seem to indicate
>> >> there
>> >> are some missing source files.
>> >>
>> >> wa.c:69: `wa_connections' undeclared (first use in this function)
>> >> wa.c:69: (Each undeclared identifier is reported only once
>> >> wa.c:69: for each function it appears in.)
>> >> wa.c:72: `cb' undeclared (first use in this function)
>> >> wa.c:73: `wa_callbacks' undeclared (first use in this function)
>> >>
>> >> I can not find any trace of an actual definition of 
>"wa_connections" in any
>> >> of the source files.
>> >
>> > ? It is in "webapplib/wa_connection.c"
>> >
>> >>
>> >> --
>> >> Eric L. Anderson
>> >> [EMAIL PROTECTED]
>> >
>> > I have also problems with mod_webapp.
>> >
>> > Pier has changed a lot of things, you will have to little.
>> 
>> I'm rewriting it using APR... As we speak...
>> 
>>     Pier (under the snow in Dublin)
>> 
>
>APR is for Apache 2.0, correct?  What about Apache 1.3?
>
>What _is_ the status of mod_webapp/WARP, this is a critical componenet
>for Tocmat 4.  Tomcat 4 is useless to me without an Apache connector.
>
>Regards,
>
>Glenn
>
>----------------------------------------------------------------------
>Glenn Nielsen             [EMAIL PROTECTED] | /* Spelin donut madder    |
>MOREnet System Programming               |  * if iz ina coment.      |
>Missouri Research and Education Network  |  */                       |
>----------------------------------------------------------------------
>

Reply via email to