Hello,

I have the same exact question about how to use asynchronous calls in
TG.

I have a library which talks to a remote server, and it might take a
few millisecs to never i guess.. The way i talk to it is thru a
callback.

The page request comes in the controller.. then I call
GetMeTheData(myCallBack. arg1, arg2)... this function immediately
returns. Then i have to wait for the "myCallBack" to get the data
before I return from the controller.  Anyone have ideas on how to do
this thru TG?

thanks.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to