> Your problem is not the JVM, so much is for sure. I can imagine that
> the download of the jar files takes quite a bit of time (in which case,
> you might want to make them available locally), but other then that, i
> would need to know more about just what is going on to offer further
> helpful comment
>>Your problem is not the JVM, so much is for sure. I can imagine that
>>the download of the jar files takes quite a bit of time (in which case,
>>you might want to make them available locally),
[1]
>>.. but other then that, i
>>would need to know more about just what is going on to offer further
[quoted text clipped - 8 lines]
> some feedback about the response times (33sec at my PC. java is already
> running)
That is a very poor example of anything, given the complexity of the
frames based page, and the prompt about an invalid certificate.
> technical example:
> 3 html pages. every page contains the same applet (500kB )
Again, a 500Kb applet is hardly a small download, the download off
the *internet* of 500Kb of code would take most connections longer
than it would take the JVM to be loaded and started.
How long does it take for this one to appear?
<http://java.com/en/download/help/testvm.xml>
It takes less than three seconds here, before you see Duke dancing.
> ..Why not simply pass the parameters to the
> applet instead of loading a new page containing the same applet?
[ Are you asking us, or talking out loud? ]
[1] If you are indeed referring to a 500Kb applet (also with
a probably complicated GUI), there are strategies you can take
to ease user angst. But let's nail down where the time is being
spent. Like Stephan, I cannot accept it is JVM start-up time,
unless there is something seriously broken in your browsers,
the HTML page, or the applet.

Signature
Andrew Thompson
physci, javasaver, 1point1c, lensescapes - athompson.info/andrew
grazertourer@gmail.com - 04 Jan 2006 13:05 GMT
I found the problem! It's the proxy....
When I bypass the proxy everything works fine!
Thank you all! :)
Andrew Thompson - 04 Jan 2006 13:17 GMT
> I found the problem! It's the proxy....
>
> When I bypass the proxy everything works fine!
Excellent! Glad you discovered and fixed the real cause
of the problem. :-)

Signature
Andrew Thompson
physci, javasaver, 1point1c, lensescapes - athompson.info/andrew