c++ - Is CGI in any way better than Servlets? -


we have web reporting application built cgi (c/c++) 10 years back. due performance , security issues, needs rearchitectured. best technology solution re-engineer cgi based architecture?

i suspect you'll many different answers there server-side frameworks, here's mine:

@ things cgi needs do, how needs evolve, , other components might add in future, , base decision off that. example, there java libraries handle of need do? there python libraries? want optimize rapid development or catching errors @ compile-time versus test-time? make sense use framework rails or django?

take step, if edit question , talk more cgi you're replacing (you don't have specific, more detail helps), suspect more valuable answers.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -