[Rabbit-proxy-development] Rabbit version 3.0 released.
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2006-03-28 20:19:01
|
Hello! I have just released version 3.0 of rabbit, the web proxy. This is a major upgrade of rabbit, it now uses java.nio for non blocking io. This means that rabbit will only use a few threads, even if you have many users. Rabbit also uses zero copy transfers when possible so system load ought to be lower. Some of the filters have been upgraded to have be regexp based instead of comma lists based. The pre-release has been stable enough for my needs for a few weeks now. But since this is a .0 release it will probably have a few bugs. Try it and tell me please. The code base is much cleaner and hopefully better. It is now possible to run several proxies in the same jvm without the need for special classloaders. The feature set is almost as good as the rabbit/2.x code, there are a few things missing (like the experimental web spider and the installer program). You will find it at: http://www.khelekore.org/rabbit/ Have fun. /robo |