Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Speed gain on IIS

Status
Not open for further replies.

Stoemp

Programmer
Joined
Sep 25, 2002
Messages
389
Location
BE
Hi,

I'm thinking about it to re-program my website in PHP with a mysql database. But the webserver we use at the firm is win2K server with IIS installed on it. Will using PHP/MySQL have any effect on the speed of my website? I'm using ASP now.
I was wondering if using PHP on an IIS goes faster than ASP.

Thanks in advance,
Steven
 
I don't know if PHP is faster on IIS under general operations, but it can be much faster when performing database operations. The trick is to not use ODBC but rather to use native communications libraries.


Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top