I cannot make HTTP requests in my applet less than 5 seconds apart
after loading an SVG url with a protocol of "http" using JSVGCanvas.

Background
I have built an applet that loads an SVG file from a webserver and then
requests update information from the webserver every 2 seconds.

In earlier work on this applet, I had it loading the SVG from a local
file and making the update requests from a webserver. In these early
tests I had a similar 5 second update rate. Doing further research and
testing, I found that by doing a disconnect() on the HttpURLConnection
I was reading from solved my problem.

Question
Now that I am retrieving the SVG using HTTP, I am once again seeing the
same symptom.

Is there any way to make a similar change to the DocumentLoader
subsystem to cause the connection to disconnect after use?

Any idea where to look to make and test this change? I'm willing to do
the leg-work on this, I just haven't made much progress so far in
finding it.

Thanks,
G. Wade

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to