hello,

am using String[] as returned type all the RPC calls and sometimes
this array of strings is of size 3000 which makes it somehow slow, it
takes over 5 to 6 sec i used List<string> and it didn't make any
differences.
The object am using in the server side is not serializable so i can't
send it as return type.
any suggestions concerning speeding up the performance???

thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to