How do you think, is it a good idea to write own web-server for a high-loaded project with built-in native code comparing to nginx + C++ module? Probably, productivity gains will be negligible?
And what about the safety of this approach (С++ module for nginx) compare to usage of interpreted programming languages?