Aaron Flin

Results 8 comments of Aaron Flin

The problem, as far as my limited experience allows me to see, is that a thread is not considered busy if there are no "messages" from the main thread in...

Thanks for finding this. Unless you are ignoring the return value of mempcpy, it is not equivalent to memcpy. See the linux man page. In evhtp.c, it appears the return...

I ran into the same problem and made this change to evhtp.c to use oniguruma.h. I did it quite some time ago so I don't remember how it works, but...

Actually the problem doesn't go away with the above edit when buffer_out size is more than about 800 bytes. My guess is that performance is degraded when the buffer is...

Do you need libuv specifically, or will another event library suit your purposes?

@hxorasani I've embedded libevent2 into duktape at [https://github.com/aflin/rampart](url). Still in the early stages, but the event loop is fairly stable. It includes setTimeout, setInterval and a set of simple event...

This was meant to be a quick demo and a part of a tutorial. Since it is scraping other sites, it was bound to break eventually. To be production quality,...

The demo has been updated, but it will surely break again.