.comment-link {margin-left:.6em;}

Thursday, May 05, 2005

 

Google Web Accelerator is neat

So, Google released a web accelerator. Interfaces with browsers as a local HTTP proxy, but communicates with Google's web servers. Since downloading it tonigt, it claims to have saved me 1.3 minutes of load time out of what would have apparently been 16.7 minutes of page loads.

I think Google can explain what it does better than I can:

Pretty neat. I wouldn't have thought of some of those, like local/remote caches with diff-based communication between them. Not quite sure what they mean by "Managing your internet connection to reduce delays" means though.

It has been pointed out that it can be used as a semi-anonymous proxy; semi because Google still knows where you go. I would also suspect you could get extra benefit by having multiple machines use the same instance of GWA, but they might only allow localhost to connect. Still, pretty neat stuff!

This is actually in line with something that I've wanted to mess around with recently, but haven't had the time (An NDF type project if I had NDFs). I have long wanted to write software to tunnel TCP connections over slow/saturated/unreliable connections, such as the one we have at the college. Something like taking over management of packetloss handling by encapsulating the TCP data over UDP with some semi-smart redundancy. UDP's connectionless status alone would significantly improve things, if you could manage the packetloss.

Comments:
"Something like taking over management of packetloss handling by encapsulating the TCP data over UDP with some semi-smart redundancy. UDP's connectionless status alone would significantly improve things, if you could manage the packetloss."

Famous last words. :) That's what the TCP designers said.
 
The difference is I plan to intentionally waste bandwidth to save time by sending duplicate packets even when I don't need to. The trick will be in trying to be smart about how redundant to be.
 
Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?