Perl or C++ for a heavy load web application which runs with PostgreSQL?
jatar_k
2:53 am on Oct 15, 2005 (gmt 0)
it really depends on the primary focus of the app
Matt Probert
5:41 pm on Oct 15, 2005 (gmt 0)
C, being compiled and compiled very efficiently, is faster than Perl. However, you may find that the difference is so slight that the convenience of Perl out weighs using C.