Victor, The Intel compiler produces up to 2X faster code than GCC, on the same hardware. I haven't had a look at performance of VC++ though. But it's something to consider, the stock GCC doesn't produce really good code for modern Intel/AMD processors.
This is a Linux list, but Linux is not magical. You will not see any major performance improvements by switching to Linux, more so if your application is primarily CPU-bound. The advantages o Linux are really in the areas of licensing, flexibility (source available), and perhaps scale-out: it's easier to manage a Linux cluster than a Windows cluster, just because Linux is far easier to script and administer via CLI. On Feb 11, 2008 1:35 AM, Victor Sien <[EMAIL PROTECTED]> wrote: .. > we started with "what ifs". what if it's linux, will it scale better? of > course it's highly dependent on the application code but granting all else > equal, is there something in linux kernel that can help the app run better > that just cant be easily achieved under windows? so this whole initiative > started under taht mindset. so when Michael said we have to look at the > speed increases we will get if we move over to Linux, i couldnt agree more. > it would be nice to hear comments from people who have development > experience on linux/windows. looking at profiler data, for example, the cpu > cost of context switches on this application is high so if that's better by > say 20% in linux, that will be a great deal of scalability for us. we're > looking at things why linux can be better along that nature. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

