| Author |
Applet-Servlet communication, How to make it Asnychronous?
|
Aditya Singh
Ranch Hand
Joined: Mar 06, 2008
Posts: 62
|
|
Hi,
I have applet-servlet communication code inplace it has read and connection timeout values set.
This servlet inturns communicate to c++ code using JAX-RPC. Problem comes when I get proper
connection but a very long stream back from servlet/ send a long stream to servlet .. Applet seems
to be hanged !! . I tried writting a new thread and calling it using invoke later but could
not do achive asnychronous behavior . Any pointer will be helpful.
Thanks in advance.
Regards,
Aditya
|
 |
Vinoth Thirunavukarasu
Ranch Hand
Joined: Dec 18, 2008
Posts: 164
|
|
You can use the bellow link
webpage
|
Java Best Practices
Linux Best Practices
Amortization Calculator
|
 |
Aditya Singh
Ranch Hand
Joined: Mar 06, 2008
Posts: 62
|
|
Thanks for reply but this is all basic work already done.
|
 |
 |
|
|
subject: Applet-Servlet communication, How to make it Asnychronous?
|
|
|