On Tue, May 15, 2012 at 3:11 AM, Lauri Kasanen <[email protected]> wrote:
> Hi
>
> First patch from the mallocless branch.

This is not so efficient:

     +    sl->session_pool = mk_mem_malloc_z(sizeof(struct
client_session) * config->worker_capacity);

It will get faster but the cost is too high...

>
> - Lauri
>
> _______________________________________________
> Monkey mailing list
> [email protected]
> http://lists.monkey-project.com/listinfo/monkey
>



-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://www.monkey-project.com
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to