-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've got an app intended to run on a fairly low-end server, so I've been optimising it as hard as possible.
Right now I've got it to the stage where the biggest bottleneck is the GWT server-side serialisation, as it's squirting a large database sync over to the client. My app is taking about 300ms to run the business logic, 2000ms to construct the delta... and a staggering 20 *seconds* to serialise it before sending it to the client. (Numbers approximate as I can't insert any instrumentation into the GWT backend.) The packet's not very big; 20kB compressed on the wire, as far as I can tell, and about 500-600 objects. Does anyone have any suggestions as to how I can speed this up? Right now the time it takes is unacceptable. Can any alternative serialisation system be plugged in, for example? - -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ "People who think they know everything really annoy those of us who │ know we don't." --- Bjarne Stroustrup -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFKnY/pf9E0noFvlzgRAgZhAKCzYv2e7uWBtkzhB++walOQMK1xSACgnSIN uKhpOfVQ+1k6XfSDFnogeSc= =f4nY -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
