Hi I am using Java as server so I used RPC calls. The thing worrying me is the efficiency of RPC call. I just write a simple method getValue() on server which returns a long value. When I called it from client, it is taking 1 second to go to server and then come back. This 1 second time is pinching the performance of my application and I can't afford it. Can any one suggest what improvement should be done so that this time get reduced. Any suggestion in this regard will be highly appreciated .
Thanks and reagrds Rick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
