Scenario:  My google app server is currently setup to receive
streaming data (stock quotes and news) from my stockbroker's site to
my google app server. However, I also wish to immediately forward this
streaming data from my google app server to my client(s) -- a push
instead of a pull.  I cannot open a second DataInputStream with the
broker, for only one is allowed and my google app server has already
it.  Question: Will gwt/app engine allow me to create a
DataOutputStream from my google app server to my clients having a
corresponding DataInputStream, or is the client restricted to GWT RPC,
and thus running a timer (as shown in the guide), and thus not getting
the data real-time?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to