Re: [Libevent-users] Query regarding bufferevent_read_buffer

2011-05-30 Thread Nick Mathewson
On Mon, May 30, 2011 at 5:03 AM, deepak jain wrote: > Hello, >  I am a new user of libevent and new to asynchronous I/O , so the question > may seem quite naive. > I am building an application based on libevent on linux using epoll backend. > Sometime clients of my application can write a huge dat

Re: [Libevent-users] some trivial patches

2011-05-30 Thread Nick Mathewson
On Fri, May 27, 2011 at 11:57 PM, Mansour Moufid wrote: Hello, Mansour, and thank you for the patches. 0001 and 0002 look like non-starters. They change a published interface. Code that followed the documented interface of evhttp_*_set_max_*_size that would have worked before will no longer w

[Libevent-users] Query regarding bufferevent_read_buffer

2011-05-30 Thread deepak jain
Hello, I am a new user of libevent and new to asynchronous I/O , so the question may seem quite naive. I am building an application based on libevent on linux using epoll backend. Sometime clients of my application can write a huge data to my application say 100K bytes. I am using buffer_read_bu