The new jQuery v1.4 says this...
jQuery.ajax() is now using onreadystatechange instead of a timer
Ajax requests should now take fewer resources by using onreadystatechange instead of polling.
I am not sure exactly what this means but on my site (social network like facebook, myspace) I have notifications that user's get, it makes AJAX call periodicly to see if there is new notifications to show on a page, is this something that can improve the way stuff like that is done?