On 25/04/12 11:17, Jacob Glusted Madsen wrote:
Does anyone have any sugestions on how to make the RPC serialization/deserialization run faster ??
The biggest difference you can make to RPC speed is to send less data over the network. You should make sure you're only sending stuff that you really need to send. This may involve using DTOs to ensure you have the bare minimum your client actually needs. HTH Paul -- 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.
