eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

fastcgi++ is not stable #78

Closed wang-zifu closed 4 years ago

wang-zifu commented 5 years ago

I compiled the example echo.cpp, launched with spawn-fcgi. and set up nginx

But when I accessed it in browsers, although it replied the correct webpage, most of time, it replied 504 error

Sometimes it crashes.

Do you have any suggestions?

eddic commented 4 years ago

Run it through a debugger and see what's going on.