Hi all,
In one of my previous questions, I've asked how I would replicate facebook's "new message" alert, that is shown in the head section of their website inline with the "inbox" link. The functionality allows data to be updated live, without the user refreshing their browser, and has since been integrated further into their technology, allowing live updates of times, and dates.
In the question, I was referred to a jquery plugin that replicates the prototype ajax.periodicalUpdated function, which has turned out to be a pretty cool plugin. But I am concerned about the implications of using a script that makes multiple posts per min(atleast 3 as per my settings). For instance, what kind of load will it put on a server if it is being executed by multiple users? Can it be hacked in anyway, or in such a manner, that it causes disruptions, and loading issues? Is there anything I should know(as a javascript/ajax/jquery newbie) before using this plugin in the production of a LAMP based website which is expecting large traffic intake?
Thanks for any answers, Lea.