[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Generality of HTTP


Re:  Generality of HTTP
On Monday 21 January 2002 09:56 pm, Miles Sabin wrote:
> Disconnected operation (whether deliberate or accidental) and
> endpoint mobility are the tricky cases. It can be done, but it's not
> pretty. Other protocols (or hybrids, HTTP+SMTP to name only the most
> obvious example) do a better job.

In HTTP as-is you can use PUT/POST and GET to coordinate discontinuous 
operations. I PUT/POST a request into your URI-space, and you PUT/POST 
the response, at some point down the road. I think I proposed 
something similar for file-upload a long time ago too: I PUT/POST the 
information about the file, and the server would come and GET it from 
my HTTP server. GET could be augmented with return codes and headers 
to indicate a "delayed" reponse (not necessary really, just 
convenient).

The issue here is not one of coordination, so much as one of security. 
It requires a bit more work to make the above generally secure. For 
example, if I do a delayed GET, your server will need to know how to 
PUT onto my machine. Ideally, that would be possible only in the 
context of the given request, and you'd not be able to spoof me later. 

My biggest gripe with the WWW as an application framework is that it 
is essentially a global namespace (kind of like having only global 
variables). We need to be able to scope requests to a given 
application context, and likewise scope computing resources so that 
they're only discoverable in that context. Once we get that, we open 
the path for really trusted distributed applications.


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.