<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>Am 26.08.2014 um 13:21 schrieb <a href="mailto:phil@highoctane.be">phil@highoctane.be</a>:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div><div dir="ltr">On Tue, Aug 26, 2014 at 1:08 PM, Maximilian Bareis <span dir="ltr">&lt;<a href="mailto:max.bareis@me.com" target="_blank">max.bareis@me.com</a>&gt;</span> wrote:<br>

</div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto;"><div style="word-wrap:break-word">

Am 25.08.2014 um 18:44 schrieb <a href="mailto:phil@highoctane.be" target="_blank">phil@highoctane.be</a>:<br><div><br><blockquote type="cite"><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">

<div dir="ltr"><div class="gmail_extra"><div dir="ltr"><br></div></div></div></div></blockquote></div></div></blockquote><div><br></div>

<div>Additional question: what's the best way to get svg figures reflect the state of the model at the backend?</div><div><br></div></div></div></div></blockquote><br></div><div>Hi Phil,</div><div><br></div><div>I have moved the discussion to seaside general as it is no dev discussion anymore.</div><div><br></div><div>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.</div><div><br></div><div>This means it is alwas client-pull.</div><div>- You can optimize on the client-side by implementing if-modified-since request in the header and 304 replies on the server side.</div><div>- Check the model changes on a low level (high granularity) to ensure only to pull the infos you actually need.</div><br><div>Thats just a short quick collection of topics to check. But this discussion is now more for&nbsp;</div></body></html>