"antonganesh" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Does ASV cache svg on client side or did I misunderstood ?

I'm not confident that it does, I've seen lots of cases where it makes 
non-conditional requests for things that should be in the cache.  I believe 
ASV is buggy in this.

[pac file to use local resources and remote from single resource]
> I like to try this....

This is quite complicated, and will only work if you have a controlled 
environment.  You run a web-server from the CD - something like microweb 
will work well on windows systems.  You then configure a proxy pac file
http://nscsysop.hypermart.net/proxypac.html
which will route everything of the form
http://www.yourwebsite.com/localContent/  to the CD microserver rather than 
the remote one.  the rest will still come from the website.   The problems 
come in getting the pac file onto remote users systems, particularly as 
they're likely to have their own in action, so it's not a great solution 
unforutunately.

> This works fine for text, but I don't know how to read compressed
> (gzip) data from the server using the xmlhttp.responseText

if you send the content-encoding:gzip header when you send the gzipped 
content, then it will be fine, and you can read it.

Cheers,

Jim. 





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to