Apache Proxy CRCsync: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* Discussion: http://lists.laptop.org/listinfo/http-crcsync |
* Discussion: http://lists.laptop.org/listinfo/http-crcsync |
||
* Draft CRCSync Protocol documentation: http://repo.or.cz/w/httpd-crcsyncproxy.git?a=blob;f=crccache/doc/http_crcsync_protocol.odt;hb=HEAD |
* Draft CRCSync Protocol documentation: http://repo.or.cz/w/httpd-crcsyncproxy.git?a=blob;f=crccache/doc/http_crcsync_protocol.odt;hb=HEAD |
||
* Firefox integration blog: http://firefoxcrcsync.wordpress.com/ |
Revision as of 14:52, 20 September 2009
School Servers deployed with limited bandwidth would benefit significantly from a modern HTTP proxy in the spirit of Andrew Tridgell's rproxy.
rproxy codebase is now a bit dated, and its reliance on the rsync protocol is problematic, as the rsync protocol is encumbered by software patents. To resolve this Rusty Russell has been working on a new implementation based on a rolling CRC algorythm, called crcsync, and there are efforts underway to integrate into the appropriate modules of Apache 2.2.x, as Apache is an excellent and modular http proxy.
- Code: http://repo.or.cz/w/httpd-crcsyncproxy.git
- Discussion: http://lists.laptop.org/listinfo/http-crcsync
- Draft CRCSync Protocol documentation: http://repo.or.cz/w/httpd-crcsyncproxy.git?a=blob;f=crccache/doc/http_crcsync_protocol.odt;hb=HEAD
- Firefox integration blog: http://firefoxcrcsync.wordpress.com/