Published on 2008-02-20 13:26:15

PHP Strengths
PHP is a fast web scripting language especially when compiled as an apache module, and is an excellent thin web layer that scales well horizontally. PHP and Apache can handle many transactions quickly, compared to a more heavy weight application server such as JBoss, hungry in terms of CPU and memory per request.
Oracle Strengths
Oracle is a robust, high performance transactional DBMS. It can also perform complex data processing through its native PL/SQL language. MySQL achilles heal is its transactional processing capabilities, although ISAM is fast on selects a single update or insert locks the entire table. Increasingly with user interactive and user generated content of the WEB 2.0 era transaction processing is king.
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved