View Single Post

Old 05-21-2008, 12:34 PM   #1 (permalink)
javarunner
Junior Member
 
Join Date: Apr 2008
Posts: 5
Rep Power: 0 javarunner is on a distinguished road
Question Creating the XMLHTTPRequest

I have an app in which I make about 10 Ajax calls. In terms of best practices is it better to create the request instance once and use it for all my calls, or is it better to create a request for each call?
TIA...
javarunner is offline   Reply With Quote