Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
What not to do with AJAX - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on Web, HTML5, Mobile, MonoTouch for iPhone, MonoDroid for Android, and Windows Azure.

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Archives

What not to do with AJAX

One of the features of AJAX will be to "post" smaller data than a full HTML page.  While XML is very verbose, it will be better than sending a full page and all of that overhead (Ex. ViewState in ASP.NET).  I am fearful that  with that, developers will take the opportunity to go back around to the server in a relatively small amount of time and use AJAX for everything.  Now imagine that you are a public web site, you have a couple thousand users using a chat program built in ajax that sends data to the server every few seconds.  Depending on network bandwidth and server CPUs, it may overload the web server.  I don't see a "major" issue in going back and forth to the server on an intranet application, but I can see major issues when running a public web site and doing thousands (or more) AJAX calls over the public internet.

Wally

Posted: Jul 16 2005, 10:49 PM by Wallym | with no comments
Filed under:

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required)