
January 22nd, 2013, 04:36 AM
|
|
Contributing User
|
|
Join Date: Jul 2005
Posts: 119

Time spent in forums: 1 Day 6 h 2 m 7 sec
Reputation Power: 8
|
|
|
Ajax bulk or single messages
Hey everyone,
I've recently been working on a web application much like a task list app. Currently I updated the server once in a while with all the changes the user has made. Eg the current state of the form. I was wondering is this a good idea or is it better to send smaller messages more frequently when a user adds or deletes tasks etc? Whats the common practice?
My way seems to work ok but I think I can see problems with it. I just thought sending heaps of little messages would create a traffic bottleneck.
I was just wondering what everyone else does.
Thanks
|