CGI hangs if i write to many lines, i Apache 2 for Windows
am 14.05.2007 11:12:10 von Anders
I have a cgi (written i C) it writes langstring to my webbpages as
javascript arrays.
It Works fins on my server (Apache 1.3 )
But not under Apache 2.
The cgi just hangs, and spinns to i is manully killd.
If a reduce my langfile it works under Apache 2.
Does anyone know if this is somting i config that controll this,
buffer when
write to webbpage, threads, etc..
Best regards
Anders
Re: CGI hangs if i write to many lines, i Apache 2 for Windows
am 29.05.2007 08:00:35 von kwan
On May 14, 2:12 am, anders wrote:
> I have a cgi (written i C) it writes langstring to my webbpages as
> javascript arrays.
>
> It Works fins on my server (Apache 1.3 )
>
> But not under Apache 2.
> The cgi just hangs, and spinns to i is manully killd.
>
> If a reduce my langfile it works under Apache 2.
>
> Does anyone know if this is somting i config that controll this,
> buffer when
> write to webbpage, threads, etc..
>
> Best regards
> Anders
perhaps your code is infinite running.