On Thu, Aug 26, 2010 at 5:54 PM, Ryan Pusztai <rpusz...@gmail.com> wrote:
> Hi Fabio,
>> I have tested both mod_fastcgi and mod_fcgid, and they have the same
>> behavior. Commenting out the call to flush also does nothing... the
>> FastCGI client library must be doing its own buffering, and ignoring
>> flush attempts (the lfcgi module just calls fflush and write on the
>> file handle that the FastCGI library gives it...).
>
> Do you think mod_fcgid was updated and broke this? It used to work.
> What version of Ubuntu did you try? I have the ability to upgrade to Ubuntu
> v10.04 if that would help.

I tried both mod_fcgid and mod_fastcgi, and they both have the same
behavior, so the problem may be in libfcgi.so, not the Apache modules.
I want to try and see if nginx behaves the same way.

>>
>> Sorry for the bad news...
>
> Is there another way to give interactive feedback to the user? This is a
> requirement that I have for the project and without it I am not sure what to
> do.

If an Apache front-end is a requirement, have you tried using
mod_proxy (via mod_rewrite) and Xavante? You can have Apache serving
your static content and proxy requests to Lua scripts to one or more
Xavante backends.

> Thanks for your help. I really appreciate it.
> --
> Regards,
> Ryan

--
Fabio Mascarenhas

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to