|
From: Jim Dillard
Comparison of Net.Data vs. PHP on IBM's web site (2/2007)
http://www.ibm.com/developerworks/systems/library/es-phppart2/
One thing that struck me was the performance comparison between Net.Data and PHP in outputting an SQL result set to
an HTML table, where PHP was allowed to use a prepared SQL statement, but Net.Data wasn't afforded that opportunity.
Was that a bias in favor of PHP? Or, didn't they know how to do that in Net.Data?
My point is that you can use prepared SQL statements in the native language environment, and evoke them from Net.Data to improve performance.
In fact, that's the type of thing I've been advocating throughout this thread. If you're serious
about Net.Data, consider using the native language environment for business logic and
DB I/O. Use Net.Data for generating the output stream.
If that's you're architecture, it doesn't really matter that PHP has tons of literature
and sample code. For you're purposes you're only using the scripting environment
for browser I/O, and perhaps a bit of application control.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.