Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCGI stack size overflow ?
Hi all, I was wondering how to increase the stack size of a CGI program because I observed than when I tried to read more than a hundred I2C registers and print their values in a HTML page, the...
Altera_Forum
Honored Contributor
16 years agoWhy do you think Boa sees any internals of the cgi program ? AFAIK, it just starts the program and waits for it's output. Maybe the CGI program's output is too large, but here, maybe you might consider to split it in several web pages.
-Michael