Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 8th, 2000, 11:08 PM
yoshi yoshi is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2000
Posts: 108 yoshi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 14
Send a message via ICQ to yoshi
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

Reply With Quote
  #2  
Old August 9th, 2000, 07:01 AM
firepages's Avatar
firepages firepages is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: Perth West Australia
Posts: 757 firepages User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 18 m 32 sec
Reputation Power: 14
Go to http://www.zend.com - and check out the stats on PHP4.

PHP3 is (allegedly) faster running as an Apache module than ASP running on you know what - PHP4 is much faster than 3 , with the zend optimiser even faster still.

But as database queries are the most time consuming part of a script, you need to appreciate that side of the equation - PHP has no control over the speed of the database itself.

So optimizing the structure and format of your database is probably where you should be concentrating your efforts.

I have only dealt with MySQL, PostgreSQL, and ODBC (access & paradox) and I have found MySQL the fastest but there are many other great SQL servers out there.

------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Speed Limit Exceeded (PHP, CGI, ASP debate)

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap