Aside from the obvious heavy load on the server, is it bad to have several concurrent AJAX polls going on at the same time? Or is there even a limit as to what a browser/server can handle?
Example (all AJAX polling)..
Function A is on a 3 second interval pulling for new message for a global chat system (like Facebook/MySpace).
Function B is on a 2 second interval for pulling updates and what actions to show the user (such as in an online poker application).
Function C is on a 4 second interal, but also pulling for new message for a separate messaging system.