Hi,
Im still working on a large(ish) project, and whilst the livecode server works fine most of the time, occasionally it simply falls over and the error logs return..
Timeout waiting for output from CGI script /cgi-bin/livecode-server
Any hints on where to look for the cause of this? I can reproduce it 100% of the time now by trying to upload a photo from one of my computers using Internet Explorer 10. My macs, and another PC with IE9 work fine, but in this instance something being sent from IE10 causes Livecode server to fail, which is obviously not acceptable.
Ive checked the memory, and even when the livecode-server is locked up there is still 1.5gb free, the server isnt maxed out. The best simulation I could suggest that does the same is to simply set up a recursive loop.
Any ideas on where I can look on the server, or in the scripts that could point to any solution, or the cause as Im about to abandon Livecode and re-write it all in php!
Timeout waiting for output from CGI script
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Timeout waiting for output from CGI script
I found the offending line of code.
It was...
set the outputTextEncoding to "utf-8"
Once removed, all posts from windows, mac and linux caused no problems.
It was...
set the outputTextEncoding to "utf-8"
Once removed, all posts from windows, mac and linux caused no problems.