Hey all I'm building a gwt+php application and I need my client side updated every time a database is updated with new data. The way it works right now is I'm sending an httprequest to a php script which keeps querying the database until there's new data, when there is it sends it back to the client and the client makes a recursive call from "responseReceived" to the same function which makes the httprequest once again and so on it goes..
Is there any better way to do this? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
