Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java applet wait for response question

Status
Not open for further replies.

maxpower1

Programmer
Jul 29, 2001
488
US
good morning,
I need to create a java applet for my web application. the applet simply registers itself with a process and wait for that process to return a msg back to the applet. It could take 5 seconds or it could take 30 minutes before a message is sent back. Does anyone know whether it is viable to implement this using the java applet?

thank you
 
I'd look this up in Applet Security issues if I were you. How are you planning to register this applet with the process because Applets can not make any connections except back to the original web server. If it's not a security issue, check it with an update thread for the applet.

JavaDude32
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top