To: sandeep who wrote (52146 ) 10/25/2000 2:25:52 AM From: dybdahl Respond to of 74651 Regarding your comments on OS performance: Why does my desktop Windows 2000 never use more than 50% CPU usage? Either one processor works or the other. It seems there are no tasks that I do, that really spread the load across several threads. On Linux, however, the load is easily spread on several threads. If you make a compressed backup to harddisk, the load above 50%. NT and Win2000 still lacks a lot of real multithreaded software that exploits dual-CPU configurations. Linux does it all the time. I don't agree on your comment, that open-source software should not have advantages to closed source software. When you look at the development process, closed-source software either buy code or do it themselves. How many times has the .BMP file format been implemented? Quite a few times. When doing GPL programming, all .BMP file format code can be taken from a program that is known to be correct implemented. Cheaper, better, faster. There is a reason why the PNG file format was so quickly implemented in all the open-source programs. They use the same code... Microsoft still hasn't implemented correct PNG handling in Microsoft Internet Explorer 5.5. But I look forward to the day, when they have programmed what already exists as GPL source code. Try to compare MSDN news to freshmeat.net . Where do you see most revolutionary new thinking and most help for your programming? On Freshmeat, you can copy the source-code from all the programs into your own software. The speed of software development in the open-source world is incredible. Now that Staroffice goes open-source, we will probably see a big improvement of the import/export filters to MS Office in other open-source office suites, and Sun will be able to build in GPL source-code in StarOffice... they will get the best PNG file format implementation for free...