Hi!

On 10/21/11 4:00 AM, Lester Caine wrote:
So I suppose the question I have to ask is what the f**k am I doing wrong on the
windows setup? I've always known that linux was faster, but 4 times faster on
the same hardware? My main development machine is giving 27.750 seconds which is
even nicer,

CPU-bound ops should be roughly the same speed on Windows and Linux since the code is basically the same. If they're not I guess the best way would be to profile it. File ops on windows are significantly slower because Windows FS is slower than Linux one. The difference can also be in compiler options - whci optimizations are chosen, etc..
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to