Hi Phil,
I have moved the discussion to seaside general as it is no dev discussion anymore.
this strongly depends on the complexity of your model and the available bandwidth. One thing is for sure, there is currently no real server push and no working synchronous websocket.
This means it is alwas client-pull.
- You can optimize on the client-side by implementing if-modified-since request in the header and 304 replies on the server side.
- Check the model changes on a low level (high granularity) to ensure only to pull the infos you actually need.
Thats just a short quick collection of topics to check. But this discussion is now more for
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside