Inter Applet Communication across frames - Help Needed
I am trying inter applet communication across frames. For this to happen I am using an intermidiate
class which registers two applets and whenever any applet needs reference of other applet it gets it
through this class.
The page is an important part of a navigation link. So it is loaded many times while traversing through
the site.
Every time I load this page the applet does not paint itself (shows grey or background) and the browser
stops responding. The machine needs to be restarted. This also happens when we keep that page idle for
a long time (say 2 hours - session does not time out but applet hangs). I have used another thread object
which is for utility and accesses the applet in the other frame every 10 seconds or so.
When the applet hangs it does ot throw any exception or JVM error. This happens on certain machines
evrytime and never on some machines. The applet hangs only in Microsoft IE 5 & 5.5 and never in Netscape
4.x.
What could be the problem?
Can anyone help me with this problem? Its a deadline project and I can't get through.
Thanks & Regards,
Rahul

