Re: [Libevent-users] Libevent

2011-11-08 Thread Raine Fan
Sorry guys, i'm not sending this kind of message. I think it's spam... Anyway, changed my account password. Don't know if someone has my email account password and use it from a spam bot net... Rgds, Raine From: "raine...@ymail.com" To: libevent-us...@freeha

Re: [Libevent-users] Hard-coded limit on read/write data size?

2010-10-30 Thread Raine Fan
Hi Nick! Thanks for answering! >Ugh. It looks like you're running into EVBUFFER_MAX_READ, defined in >buffer.c . You can edit the source and redefine it as high as you >want, but there's no way to change it programmatically right now. I'd >love to make the "how much to read or write" logic mor

[Libevent-users] Hard-coded limit on read/write data size?

2010-10-13 Thread Raine Fan
Hi, I'm programming a libevent2 based app that measures read/write efficiency from a remote (TCP) server using event based paradigms. Since I'm new to libevent's and event based paradigm, I'm also using 'buffervevent' and 'evbuffer' interfaces to gather and push data onto sockets instead of pla