FastCGI for C++

前端 未结 6 666
忘了有多久
忘了有多久 2021-02-01 07:59

I\'ve found only two FastCGI libraries for C++. There\'s the \"official\" one, and fastcgi++. How is either one better than the other? Do any others exist?

6条回答
  •  既然无缘
    2021-02-01 08:39

    See also the Cgicc library:

    http://www.gnu.org/software/cgicc/

    The library appears to be mature (currently at version 3.x). According to the documentation it can be used with FastCGI by passing a custom reader (reader_function_t) to the constructor of the Cgicc class.

提交回复
热议问题