vote up 0 vote down star

Please suggest operating system that is best for server applications and provides best performance processing asynchronous I/O (network, disk)

Is there any performance comparison charts on the net?

flag

80% accept rate
Since there's not right answer, either make this a community wiki or close it. – S.Lott Mar 16 at 17:43
This is a little like asking "what's the best-tasting apple." There are so many variables that there is no "best-performing" *nix system. – Dave Swersky Mar 16 at 17:44
This is flame bait. – Tim Post Mar 16 at 17:45
Specific question relating to best performance for async IO. First part is a little vague. – xan Mar 16 at 17:47
I think that you should specify something about the hardware, too. I don't think that you had in mind Sun Sparc servers or IBM System-p (or why not System-z). – Cristian Ciupitu Mar 16 at 17:50

closed as not programming related by S.Lott, chaos, Robert S., le dorfier, Manni Mar 16 at 17:46

4 Answers

vote up 0 vote down

I'd say UNICOS, but it's not so hot for network performance.

Seriously, how much of a performance difference do you think you'll see between different *nix versions on the same hardware? Leaving aside not-ready-for-prime-time versions (such as very early Solaris with a single kernel lock), you'll probably be hard pressed to find 10% difference if you're staying with the same general OS architecture/philosophy.

What sort of hardware is under consideration, and how well is it supported by the different OS versions you're considering? What's the OS that best supports that hardware?

link|flag
vote up 1 vote down

Whatever your people are most familiar with is what they are going to be able to tune for maximum performance/reliability.

link|flag
vote up 1 vote down

Any *nix really you just have to compile it, so it's the perfect one for you ;)

link|flag
vote up 1 vote down

http://www.freebsd.org/

link|flag
any comments why you think so? – Arthur Mar 16 at 17:44

Not the answer you're looking for? Browse other questions tagged or ask your own question.