Hi
I want to develop my next web project in C++ as FastCGI but I don't know how to start and google wasn't very friendly about this. I really don't know much about fastCGI or others libraries that makes cgi persistent... Tried to read some stuff, but it seems to be used along Linux with all those .configure Makefiles etc...
can anyone give me a basic tutorial but kinda detailed about this? I have windows vista sp1 and IIS is configured to accept CGI, I have Visual Studio 2008 and DevC++ too.
I downloaded the kit from fastcgi.com but its hard to understand the basics of it. A real simple howto on building a hello world, using fastcgi(any library that I can use persistent code) would be very nice.
The basics, seriously, like I don't know if I can just include the files from the a fastcgi project to my project and compile both together, if that will work with my IIS. Even if that would work, I don't know which one I should build from fastCGI dev kit, there is a cgi-fcgi and libfcgi folders with files in them and there is Makefiles placed in almost all folders -_-"...
I know that CGI in C++ is dificult to develop because it doesn't use templates and because you must take care of memory managment... But I want to give it a try. I am kinda tired of scripting languages and their restrictions/limitations.
Sorry my english, I hope I was clear enough.
Thanks, Joe