Hi,
I have a GWT app which is currently up and working and which uses GWT-
RPC for passing objects between the client and the server. The current
communication is via old fashioned polling.
I tried moving my app to long polling, i.e. start a request and wait
until new data or timeout and only after that initiate another
request, but I'm having a problem where I try to sleep myServiceImpl
thread during the waiting for 500ms and it gets woken up by the GWT
doPost code.
Just to make things clear I would really rather not use any extension
or modifying of the gwt-code and I have no problem with the threads
being occupied while they wait (it's a long story but currently I'm ok
with this).
Has anyone any experience with this? I just want to keep this request
idle until it has something new but I'm afraid I'm missing something.

Appreciate any help,
Ittai
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to