Re: CGI hangs if i write to many lines, i Apache 2 for Windows
On May 14, 2:12 am, anders <anders.u.pers...@gmail.com> 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.
|