On Tue, Sep 15, 2009 at 01:15:27AM +0200, frantisek holop wrote:
Hah. That's why he did not update his site since 2003. Do you realy think
that OpenBSD 3.4 and 4.6 are the same?
Actually, I think that bad sentiment comes from the article itself:
OpenBSD 3.4 was a real stinker in these tests. The installation
routine sucks, the disk performance sucks, the kernel was unstable,
and in the network scalability department it was even outperformed
by it's father, NetBSD. OpenBSD also gets points deducted for the
sabotage they did to their IPv6 stack. If you are using OpenBSD,
you should move away now.
With this he proofed himself as non credible and uninterested in serious
measuring.
and in many it is slower or plain unusable without further hacks.
It mostly depends on what you need, so choose your tool wisely.
The reason for C has nothing to do with speed.
And here again comes this style of uninformed dumb rant. Why do you think
a web server will not do that much without sendfile()? Honestly it is
exactly the opposide, a web server that never touches the disk for content
delivery will outperform all others and can server enough data to fill a
gigabit link. sendfile() is no magic pill, sure it saves work and helps
increasing the performance but it still needs to get the data from the
disk at one point which is very slow.
--
:wq Claudio