
13 May
2008
13 May
'08
8:06 a.m.
Hi,
Thanks, After playing with it a little bit, it seems this won't work for me out of the box since I am using FastCGI. FastCGI seems to store the environment variable internally and also manage the i/o, so that getenv and std::cin won't work. You may want to consider supporting FastCGI, since it is important for CGI programs that maintain state between calls, such as database connections. Chris
Yep you're right, FastCGI has to be supported since it's quite widely used now. I'm not well informed yet on what it is in regards to "classic" CGI and didn't know it was technically that different. I'll work on this. Thanks for having given a try! Bruno