<span style="font-family: arial,sans-serif;">Hello Laszlo Users!</span><br style="font-family: arial,sans-serif;"><br><font face="arial,sans-serif">Need help on alternative approaches to persistent connections!</font><br><br style="font-family: arial,sans-serif;">
<span style="font-family: arial,sans-serif;">I am creating a tool that require every laszlo app instance to send events to each other much like a chat room.&nbsp; Naturally I gravitated to persistent connections, but I read everywhere that they are not fully supported in all browsers, and some browsers will behave differently.&nbsp; Since I want this laszlo application to run in all major browsers I think I better stay away from persistent connections.
<br><br></span><span style="font-family: arial,sans-serif;">With that said, is there another &quot;Tried and True&quot; solution to this using the latest OL (4.0.7)?&nbsp; The alternative I was thinking of would be to use web services calls on the 
<i>back-end</i> server to send messages and then have each laszlo app instance poll the server for the latest messages.&nbsp; The problem I see with this is that polling the server unnecessarily will bog down the server and the polling isn&#39;t really real time...meaning laszlo app instances will incur some lag.
<br><br>Does anyone else have a solution that they used that has found to perform well when needing to send messages in real time to all laszlo app instances?&nbsp; Also, is the solution scalable for multiple &quot;chatrooms&quot; (so to speak)?
<br><br>Thanks very much,<br>Anthony Bargnesi<br></span>