Hi Frank,

I don't think this is the right mailing list for your problem, because I had
what was problaby exactly the same problem about three months ago, and
nobody on this list was able (or willing) to help me
:-(

Anyway, assuming that you've got the same problem as I had, it is a bug in
the Windows implementation of Apache which causes it to buffer any output
from a servlet or CGI script until the buffer fills or you close the
connection. See http://bugs.apache.org/index.cgi/full/6432 or search for the
words win32 server push on http://bugs.apache.org/ for the full details. I
actually built a private version of ApacheCore.dll to fix the problem
myself, before discovering that the problem was already known. The fix
offered in report 6432 is a better solution than the one I came up with, but
I don't know if it is yet available. If you're really desperate to make it
work, I could send you my ApacheCore.dll - send me a mail privately if
necessary, but you would probably have to have exactly the same version of
Apache installed as I do (from apache_1_3_12_win32_.exe, length 3 176 975
bytes).

Regards,
Raoul Gough.

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 23, 2000 3:07 PM
Subject: buffered stream in Apache JServ Protocol (AJPv1.1)


> Hi all,
>
>  I'm very new to this group so please tell me, if I hit the wrong one.
>
>  I tried the Pushlet mechanism introduced by Just www.justobject.nl.
>  It worked fine on IIS4.0 and ePlanet servers.
>
>  But I can't get it to work with Apache. The goal is to send data to
>  the browser just when it is generated (just send events). The
>  combination
>  with jserv and apache seem to buffer the data I want to get immidiate.
>
>  So I think the problem is, that jserv opens a cufferd
>  connection to apache.
>  My question is: Can this behavior be configured by configfile or even
>  a define in the source code?
>
>  I work with actual distibution of apache and jserv. If
>  nessesary I'll post a
>  detailed list.
>
>  Greetings Frank
>
> RealTech AG
> Frank Kunz
> Tel.: +49-6227-837-537
> [EMAIL PROTECTED]
> Industriestrasse 39c
> D-69190 Walldorf
>
>
>
> --
> ----------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
>
>



--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to