Zbr's days.
October
Sun Mon Tue Wed Thu Fri Sat
8
       
2006
Months
Oct

About :: TODO :: Blog :: RSS :: Old blog :: Projects :: GIT :: Gallery :: Notes

Sun, 08 Oct 2006

Germans know how to do the things...


They created a very good automobiles BMW and very good professional power tools Bosch.
If you could even see with how much pleasure and even desire SDS-plus bores made by Bosch got sink theirs teeth into the super concrete - not even like knife into butter, but like ... nevermind.
It was quite easy work - using Hawera SDS-plus masonry drilling heads (68mm for electricity sockets) with their chisel (which I used with perforator in hammering mode not with a hand hammer) I completed 5 electricity sockets, each one took about half of an hour incuding rest between drills and resulted in about 5 sm of the dust.
Reinforcement bars were not a problem for Bosch corner-grinding machine (aka 'bolgarka').
It was definitely very productive evening.

/devel/flat :: Link / Comments (0)


More kevent benchmarks.


Johann Borck (johann.borck_densedata.com) has ran set of very interesting benchmarks with kevent and compared them to epoll with different number of simultaneous connections.

kevent vs. epoll
kevent vs. epoll
Number of requests per second handled by kevent and epoll web servers with various total number of concurent connections.

kevent performance
Maximum total link utilization for kevent is about 25 MB/sec, which is about 5000 requests per second in his setup with 5kb index page.

Hardware used for tests:
Server: Athlon 1.8 GHz (Barton 2500) 1024 MB of RAM.
Client: Sempron64 1.6 GHz 512 MB of RAM, ApacheBench 2, latest version.

Johann Borck later reported that he was able to create web client and server applications, which use kevent with about 5000 requests per second with 8000 concurent connections between above machines (although it is possible that epoll has high rate too, but both ApacheBench and httperf as clients work much slower, as one can see above).

I want to thank Johann Borck for his time spent on debugging and testing kevents.

As unrelated to kevent or epoll note I want to say, that both graphs can be easily interpolated as reverse exponential or, which is likely, something like const/f(x), where f(x) is some function on number of simultaneous connections.
It does not look like it scales too good actually, but it can be also a client problem, which Johann noticed.

/devel/kevent :: Link / Comments (0)