1 seems much too long for this simple call
even when I start an RPC call over the internet and do some simple db-
reading, the calls only take about 100-200ms

try to find out where exactly the time is lost.
e.g. log the time when:
 * you start the rpc call
 * when the rpc call reaches the server
 * when the rpc call leaves the server
 * when the rpc call comes back to your client

On Feb 6, 10:08 am, Rick <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to