Midnite Challenge Forums

Full Version: Your AJAX methodology
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Instead of sending multiple requests back to the browser, why do you combine your XML sheets.

Example:
Code:
<?xml version="1.0"?>

<response>
             <race>
                  <status>2</status>

                 <time>1200861051</time>
             </race>
             <message>
                  <status>2</status>

                 <time>1200861051</time>
             </message>

</response>

All of the periodical updates are really killing the sites speed and causing browser crashes.