[ciapug] Re:

Carl Olsen carl-olsen at mchsi.com
Fri Apr 28 13:24:39 CDT 2006


Only the walking dead are here today. ;-)

I'm busy reading about AJAX Patterns and Best Practices (Apress.com), but
it's mostly JavaScript running with ASP.NET, Mono, and JSP (threading and
caching, so far).  I tried the threading example with PHP and it worked.

<?php
    sleep(10);
    print("something");
?>

You send an AJAX request to load this PHP page which hangs for ten seconds.
While it is hanging, you send a second AJAX request to another page (usually
an XML file) and it pulls in the content from the second page while the
first one is still hanging.  The example demonstrates asynchronous requests.

Interesting stuff.

Carl

-----Original Message-----
From: ciapug-bounces at cialug.org [mailto:ciapug-bounces at cialug.org] On Behalf
Of Mike Parks
Sent: Friday, April 28, 2006 12:58 PM
To: ciapug at cialug.org
Subject: [ciapug] Re: 

Damn Spammers... Sreedhar Reddy <kikkuri_sreedharreddy at yahoo.com>

So what's up? Did to group die? Or just nothing new?
lman/listinfo/ciapug



More information about the ciapug mailing list