JohnnyT
July 13th, 2000, 07:32 PM
Hello all,
I have this problem:
There is an applet-servlet communication.The servlet gets some information from another site and sends it back to the applet.However sometimes
the servlet hangs and therefore I want to stop the process (pushing a button from the applet)
I am thinking (as a result of the button being pressed) of closing the connection between the servlet and the other site and between the servlet and the applet. Is this the most elegant solution (perhaps I could do something simpler..)
I could really use your lights on this.
Thanks a lot
I have this problem:
There is an applet-servlet communication.The servlet gets some information from another site and sends it back to the applet.However sometimes
the servlet hangs and therefore I want to stop the process (pushing a button from the applet)
I am thinking (as a result of the button being pressed) of closing the connection between the servlet and the other site and between the servlet and the applet. Is this the most elegant solution (perhaps I could do something simpler..)
I could really use your lights on this.
Thanks a lot