My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FastCGI  
Status of FastCGI support in v8cgi
Updated Mar 19, 2010 by ondrej.zara

FastCGI support

v8cgi does not ship with a FastCGI library, so no FCGI methods (such as FCGI_Accept()) can be exposed to user-land scripts. Instead, the whole v8cgi binary can act as a FCGI server (when compiled with fcgi=1). This allows for other means of communicating with a webserver, along with (plain old) CGI or Apache module approaches.

Comment by odian4...@gmail.com, Mar 25, 2011

That's quite an important addition. Perhaps, you could provide a Windows binary download for v8cgi compiled with fcgi=1, too? I suppose, this may get quite popular, tho. Thank you.

Comment by project member ondrej.zara, Mar 25, 2011

If I remember correctly, I was unable to successfully compile v8cgi with fcgi support under my MinGW configuration. I may try again...

Comment by odian4...@gmail.com, Mar 28, 2011

Hey Ondrej! Thanks for trying that for me! Have you had any luck with it?

Comment by project member ondrej.zara, Mar 29, 2011

I am currently stuck with linking to the fastcgi library on MinGW. If you are skilled with MinGW and .a/.lib import libraries, maybe you can provide some assistance...

Comment by odian4...@gmail.com, Apr 4, 2011

Unfortunately, my C/C++ skills are limited to reading, so I won't be of any use for you on this =( But I'll keep this page bookmarked in case you'll someday have enough time and wish to add full FastCGI support to this great project. Thank you.


Sign in to add a comment
Powered by Google Project Hosting