pdkv2 Posted April 8, 2009 Share Posted April 8, 2009 hello forum, i was deploying my php application on windows 2003 sbs server sp1 on apache 2 the performance of php on this configuration is lower than windows 2003 sbs server sp2 on apache 2 also i was noted the good performance on other operation systems if someone is facing the smiler issue please share the views thanks in advance Sharad Link to comment https://forums.phpfreaks.com/topic/153112-php-performance/ Share on other sites More sharing options...
corbin Posted April 9, 2009 Share Posted April 9, 2009 Is it running in CGI mode? CGI is terribly slow x.x. Link to comment https://forums.phpfreaks.com/topic/153112-php-performance/#findComment-805134 Share on other sites More sharing options...
pdkv2 Posted April 9, 2009 Author Share Posted April 9, 2009 No its not running as CGI but as a apache module Thanks! Link to comment https://forums.phpfreaks.com/topic/153112-php-performance/#findComment-805252 Share on other sites More sharing options...
corbin Posted April 9, 2009 Share Posted April 9, 2009 Well, I guess something in SP2 makes it faster. Have you tried figuring out what makes it slow? It could be database interaction or something, not just Apache. Link to comment https://forums.phpfreaks.com/topic/153112-php-performance/#findComment-805857 Share on other sites More sharing options...
pdkv2 Posted April 10, 2009 Author Share Posted April 10, 2009 i noticed that the script executes in 3 seconds on almost all the operating systems including W2k3-sbs-sp2 but on W2k3-sbs-sp1 it takes 20 to 24 seconds to execute. dose it mean windows 2003 sbs sp-1 is having some issues with php ? Link to comment https://forums.phpfreaks.com/topic/153112-php-performance/#findComment-806464 Share on other sites More sharing options...
corbin Posted April 10, 2009 Share Posted April 10, 2009 Hrmmm.... That could be it, but I don't know. Have you tried narrowing done which part of the script is slow? Link to comment https://forums.phpfreaks.com/topic/153112-php-performance/#findComment-806749 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.