Subj : rhino opens too TCP connections? To : netscape.public.mozilla.jseng From : Massimo Signori Date : Tue Oct 26 2004 05:32 pm Hi everybody, I got a problem: This is what my java applet does: 1. downloads a zip file from server in which there are an SVG file and some JS files 2. saves and unzip this zip file in a local directory 3. loads the SVG in browser 4. at this point I can make some svg browsing using some js functions 5. these js functions use rhino to call some java classes located on server I think that calling java classes on server causes an opening of too much TCP connections. I've seen that monitoring with TCPView. For example, a simple mouse over command opens about 10 different TCP connections! It seems that Tomcat doesn't log this passage... you know if there is a possible solution? Best regards, Massimo .