I was running some simple database performance tests this morning using PHP and
Cold Fusion using MS SQL on an NT box. On my first test, I did a number of
select statements. To my surprise, Cold Fusion (using OLEDB) came in at 4
seconds to PHP's 8. When I looked at the inner benchmark loops, I found the
difference - PHP was doing 5,000 queries and Cold Fusion was doing 500.

Chris

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to