Thread: libevent/libev benchmark updated for libevent-1.4.3
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-05-07 16:30:53
|
Hi folks, >From the below e-mail looks like curl-loader can benefit from advancing to libevent-1.4.3, which is mature enough now. What do you think? ---------- Forwarded message ---------- From: Marc Lehmann <li...@sc...> Date: Wed, May 7, 2008 at 6:42 PM Subject: [Libevent-users] FYI: libevent/libev benchmark updated for libevent-1.4.3 To: lib...@mo..., li...@li... As version 1.4.3-stable of libevent uses a more efficient binary heap over the red-black tree used before, the benchmark at: http://libev.schmorp.de/bench.html was quite outdated. I therefore updated it by benchmarking libev-3.31 vs. libevent-1.4.3. The main difference is that the growth characteristics of libevent are now similar to libev (and the factor of 2-3 remains). (Note that the upcoming 3.33 version of libev uses a more cache-friendly 4-heap, but the benchmark still uses 3.31). Enjoy, -- The choice of a Deliantra, the free code+content MORPG -----==- _GNU_ http://www.deliantra.net ----==-- _ generation ---==---(_)__ __ ____ __ Marc Lehmann --==---/ / _ \/ // /\ \/ / pc...@go... -=====/_/_//_/\_,_/ /_/\_\ _______________________________________________ Libevent-users mailing list Lib...@mo... http://monkeymail.org/mailman/listinfo/libevent-users -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Ghotit - Assistive technology that understands you ...................................................................... |
From: Aleksandar L. <al-...@no...> - 2008-05-08 14:58:47
|
Hi, On Mit 07.05.2008 19:30, Robert Iakobashvili wrote: >Hi folks, > >From the below e-mail looks like curl-loader can benefit from >advancing to libevent-1.4.3, which is mature enough now. > >What do you think? Looks like, any experience with the 1.4.x libevent? Cheers Aleks |
From: Robert I. <cor...@gm...> - 2008-05-08 15:12:56
|
Hi Aleksander, On Thu, May 8, 2008 at 5:57 PM, Aleksandar Lazic <al-...@no...> wrote: > >From the below e-mail looks like curl-loader can benefit from >>advancing to libevent-1.4.3, which is mature enough now. >> >>What do you think? > > Looks like, any experience with the 1.4.x libevent? We do not have any experience with libevent 1.4x, but the people on libevent mailing list are claiming higher performance coupled at a good stability. Any experience on your side? -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Ghotit - Assistive technology that understands you ...................................................................... |
From: Aleksandar L. <al-...@no...> - 2008-05-09 07:21:11
|
Hi Robert, On Don 08.05.2008 18:12, Robert Iakobashvili wrote: >On Thu, May 8, 2008 at 5:57 PM, Aleksandar Lazic ><al-...@no...> wrote: > >> Looks like, any experience with the 1.4.x libevent? > >We do not have any experience with libevent 1.4x, but the people on >libevent mailing list are claiming higher performance coupled at a good >stability. > >Any experience on your side? Not really ;-(. Aleks |
From: Niko W. S. S. <nik...@ya...> - 2008-05-13 07:04:39
|
1. Why the mean response time from lower concurrent user is not always lower than the higher concurrent user with the same configuration? Is there a condition where the lower concurrent user will always has mean response time lower than higher concurrent user? 2. What is the effect if I increase the amount of file descriptor with ulimit command? Thanks. Best, Niko Wilfritz Sianipar Teknik Informatika IT Telkom Bandung --------------------------------- Bergabunglah dengan orang-orang yang berwawasan, di bidang Anda di Yahoo! Answers |
From: Robert I. <cor...@gm...> - 2008-05-13 07:21:06
|
Hi Niko, On Tue, May 13, 2008 at 10:04 AM, Niko Wilfritz Sianipar Sianipar <nik...@ya...> wrote: > 1. Why the mean response time from lower concurrent user is not always lower > than the higher concurrent user with the same configuration? Is there a > condition where the lower concurrent user will always has mean response time > lower than higher concurrent user? The question is beyond of curl-loader scope. U may wish to learn about your web-server caching policy, etc application-related issues. > 2. What is the effect if I increase the amount of file descriptor with > ulimit command? It increases the allowed amount of open file descriptors (sockets). Y may wish to read the High-Load sections of the FAQs. > Best, > Niko Wilfritz Sianipar > Teknik Informatika IT Telkom Bandung -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... Assistive technology that understands you ...................................................................... |