Friday, February 25, 2011

How AsyncCallback works? - RPC services

Hi,

Not sure how the AsyncCallback works in GWT. Could somebody share
please?

1) Will it create a thread and polls the server ?
or
2) Will servers register's client IP and when result is available
makes a fresh TCP/IP connection to client
and calls client.

Within this call back, will server calls a method on skeleton
(server side stubs) for remote call ?
or
It just makes a tcp call and client handles calling the Async
method ?


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment