Re: [Libevent-users] Introducing RProxy (and a re-introduction to libevhtp)

2012-05-21 Thread Mark Ellzey
On Mon, May 21, 2012 at 06:56:22PM +0200, Vincent Bernat wrote: > Did you try haproxy + stunnel or haproxy + stud? Your project seems > pretty interesting. I plan to benchmark it against other HTTP SSL > termination solutions. We tried on these and many others. They have their upsides

Re: [Libevent-users] Introducing RProxy (and a re-introduction to libevhtp)

2012-05-21 Thread Vincent Bernat
OoO Lors de la soirée naissante du lundi 21 mai 2012, vers 18:29, Mark Ellzey disait : > Many of the wonderful open-source proxies that exist today are tailored to the > average GET <-> RESPONSE traffic types. For each request, they may spawn a new > thread, create a new connection to the back-

[Libevent-users] Introducing RProxy (and a re-introduction to libevhtp)

2012-05-21 Thread Mark Ellzey
Today, my employer is making available a highly efficient reverse HTTP(S) proxy called simply 'RProxy'. This project is being released open-source to encourage the general community to participate in its evolution. My employer always avoids trying to re-invent the wheel when it comes to software,