From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain Date: Thu, 27 Aug 2009 14:09:31 -0700 From: Roman V Shaposhnik In-reply-to: <5434129e51d450bbdafe5d2d915598ff@9netics.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-id: <1251407371.479.49764.camel@work.SFBay.Sun.COM> References: <5434129e51d450bbdafe5d2d915598ff@9netics.com> Subject: Re: [9fans] 9P on android Topicbox-Message-UUID: 5819f074-ead5-11e9-9d60-3106f5b1d025 On Thu, 2009-08-27 at 10:24 -0700, Skip Tavakkolian wrote: > because there can only be one outstanding request -- with continuous polling. Unless I misunderstood you, this is not quite true. You can have as many outstanding requests as you have XMLHTTPRequest objects. And, of course, you can do AJAX Push using various techniques. So it really is not all that different, except that you have to strip the HTTP envelope. Thanks, Roman.