|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Hello. I am posting this message to multiple groups...
I have a very large MySQL table (over 1,000,000 rows, 7 columns) running with my site, and I need to write a script to bring the called data to the screen in HTML as quickly as possible. I have been testing with CGI, learning PHP, and now considering ASP. My current script (in PHP) takes 30 sec. to load, the CGI (not mod_perl) takes a couple seconds longer. I don't know what takes the largest proportion of the time, getting the data or running the script. Is there any advantages in speed between CGI, mod_perl, PHP, and ASP? I am attempting to mod_perl my CGI, but I am using a remote server... Thanks! yoshi datera@datera.com http://www.datera.com |
|
#2
|
|||
|
|||
|
Something of that size is slowed down by the SQL server. That's really the only important part. Maybe you should consider upgrading to a Microsoft SQL server and running ASP's. (This is the solution for a huge e commerce site).
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Speed Limit Exceeded (PHP, CGI, ASP debate) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|