Re: has XML, XSLT, XQuery and XML Schema have reached a stable state

Here are some more thoughts, from me..

I think, HTTP essentially has request-response paradigm. The basic
HTTP protocol makes it synchronous. I guess, we have standards, that
allow HTTP data to travel over messaging systems. These newer message
oriented HTTP communication, make HTTP asynchronous.

Regarding statelessness of HTTP, I think cookies are the right way to
make HTTP stateful. But cookies require themselves to reside on user's
PC. I think, there is no other suitable way, than cookies to make HTTP
stateful.

It seems, I have myself found the answers to my questions...

On Fri, Oct 23, 2009 at 6:18 AM, Mukul Gandhi <gandhi.mukul@gmail.com> wrote:


-- 
Regards,
Mukul Gandhi

Received on Friday, 23 October 2009 07:20:11 UTC