remote server web caching
Hey all! I had an interesting idea, that I thought would be pretty easy to implement in zope. I'm bringing it up to see if anyone else had done something similar, or if anyone had any ideas on how to best achieve it. Say I have a zope server at www.myzopeserver.com, and I have configured it to receive a form where the content is an URL. Then the server goes out and loads this page, downloads all the images, then rewrites the image links so they point to the ones stored on myzopeserver.com/cache/ or something. Finally it displays the modified html, which should be indistinguishable from the "real" page. Any thoughts on this? Any problems you can see with implementing this that I'm missing? -ed-
On Mon, Feb 18, 2002 at 04:55:30PM -0800, Ed Colmar wrote:
Then the server goes out and loads this page, downloads all the images, then rewrites the image links
You will have major problems trying to download images that are loaded (by the original page) using JavaScript or other tricks. Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Ed Colmar -
Oleg Broytmann