On Wed, 17 Nov 2010 00:29:34 -0800
"Enlightenment SVN" <[email protected]> wrote:

> Log:
>   benchmark/test apps for ecore_con server/client as well as fd handlers
>   
> Author:       discomfitor
> Date:         2010-11-17 00:29:33 -0800 (Wed, 17 Nov 2010)
> New Revision: 54623
> 
> Added:
>   trunk/ecore/examples/client_bench.c trunk/ecore/examples/server_bench.c 
> 
> 
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
These are some quick apps I've been working with for the past week or two in my
work.  They stress ecore's fd throughput very heavily, and have displayed a
number of bugs.  I suggest that anyone who is familiar with ecore internals
check them out and run them, as you may find bugs on your system since my
desktop is not the fastest.

Note that they are compiled with 'gcc $(pkg-config --cflags --libs ecore-con)
file.c', and if you have the client set to use over 1000 connections you MUST
do something like 'ulimit -n num_connections+50' to increase the max fd handler
limit of your shell.

-- 
Mike Blumenkrantz
Zentific: Our boolean values are huge.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to