> got some progress. the problem has nothing to do with TCP delay or not. if > server side returns a list of string, then client can get it immediately, but > if it's > a list of java object, in this case, my own object, pivot application takes > long > long time to deserialize the objects that server sent to client. as each of my > object can contain some other objects as well.
Are you sure this is at all related to Pivot? Can you create a standalone app without Pivot on the classpath and see if you have the same problem there, or even better, post some code and set up a public service that we could try to call? > in my previous eclipse client, serialize and deserialize object is handled by > eclipse. What do you mean by that? -- Edvin
