Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an MFC application with business logic written in c++ which accesses an oracle DB. Everyday thousands of job run

Will performance be improved if i migrate the code to a webserver? ( using CGI to call C++ business logic and eventually migrating everything in java )
Posted
Comments
Sergey Alexandrovich Kryukov 22-Nov-12 2:41am    
It depends. The question would make some sense if we knew how effective or ineffective your present solution is, but we don't know it.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900