Windows Cheaper When Studied by MSFT Analysts
richdun writes "Here is a study done by an independent research firm which claims that under certain circumstances, it is cheaper to develop applications and enterprise solutions for Windows than for Linux. They cite costs from more education, time developing, etc. Of course, the story is quick to state that the whole study was funded and commissioned by our favorite Redmond, WA based software giant. "
Meeeeeeeeeeeeeeeeeeeeeeeeeeh!
Windows will NEVER be cheaper than Linux or FreeBSD.
-uso.
Dreams, dreams, don't doubt dreams, dreaming children's dreaming dreams. Sailor Moon SS
Although I'm not a Windows fan, I actually could believe this, until I read this part:
"Last December, Microsoft released a study that showed that Windows-based servers were cheaper to run than those on Linux in four out of five common server tasks."
You just got to love studies funded by non-biased companies!
You obviously never purchased MS development tools.
Szo
Red Leader Standing By!
If you don't like the biased article, why post it Taco?
-1 Flamebait for you.
Of course noone bats an eye when sweet-as-honey Apple starts spewing bullshit about how their computers are "faster than light".
BTW, I agree with the studies findings, if only for the fact that you dont have to choose between 900,000 incomplete and partially functional APIs and libraries, and research moronic licensing terms. Hippies should be planting flowers and chasing rainbows, not writing software licenses.
I don't need no instructions to know how to rock!!!!
I'm sure if a study came out by [favorite open source entity] citing the same general claim about Linux and open source developement, /. would have no questions, only praise. So each camp brings its own version/view of the evidence to the table - nothing new about that.
The point being, these studies are generic (at best) - every application, developement team, and environment is different. Some individuals will naturally take more time with certain elements than others (thus, they might be percieved to cost more). Some applications will be made better than others - and it's hard to put that into numbers exactly.
Sometimes there is a viable and cost-saving commerical solution.
Simple counter comparison
C#
-------
for(int i = 0; i < 100; i ++)
{
cout << i;
}
-----------
Java
------
for(int i = -1; i < 100; i -= 100)
{
system.out.println(i);
}
------------------
See C# is much better