[Rabbit-proxy-users] rabbit version 3 in development.
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2005-11-14 21:44:13
|
Hello! I recently started to develop rabbit version3.0. So now is the time to yell if you have feature requests. Why the 3.0 bump? Rabbit changes from the old one thread per connection to use the nio packages, basically this means that only a few threads will run. Hopefully rabbit will handle a silly amount of connections this way. Why? Well I wanted to write something larger using nio. Current status: Not yet working. SSL tunneling seems to work. Http requests are sent to the real server (or chained proxy), resource are not yet sent back to the client (any day now), nothing is yet cached. I clean the code up, sometimes I make it better, I will probably introduce bugs, so volonters for testing later will be needed. Anyone interested in the current status can grab it from: http://www.khelekore.org/rabbit/rabbit3/index.shtml have fun /robo |