What would be better to use for writing fastcgi software on the pros? Also need to work with the database (mysql).
1 answer
FastCGI in C / C ++:
- fcgi_stdio (official SDK)
- fcgiap (official SDK)
- fastcgi ++ (alternate SDK)
- cgicc
|
FastCGI in C / C ++:
Source: https://ru.stackoverflow.com/questions/18955/
All Articles