>> Being able to fire off your SQL query at the top of a page and then >> instead of waiting around for the result continue building the page >> until you get to the point where you need the DB result. > Do you really expend that much time building your html that it makes a > difference?
Let's not forget that some people need to query multiple databases for certain projects. Doing them asynchronously can sometimes be a HUGE improvement in load time. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php