Re: HTML+ Comments

Guido.van.Rossum@cwi.nl
Message-id: <9307201108.AA10679=guido@voorn.cwi.nl>
To: sanders@bsdi.com
Cc: www-talk@nxoc01.cern.ch
Subject: Re: HTML+ Comments 
In-reply-to: Your message of "Mon, 19 Jul 1993 15:53:44 MDT."
             <9307192053.AA10918@austin.BSDI.COM> 
From: Guido.van.Rossum@cwi.nl
X-Organization: CWI (Centrum voor Wiskunde en Informatica)
X-Address: P.O. Box 4079, 1009 AB  Amsterdam, The Netherlands
X-Phone: +31 20 5924127 (work), +31 20 6225521 (home), +31 20 5924199 (fax)
Date: Tue, 20 Jul 1993 13:08:00 +0200
Sender: Guido.van.Rossum@cwi.nl
Status: RO
> I would like to again bring up the error detection problem.  Let's say
> you are in the middle of transmitting a document and you get some kind of
> error (disk error, processing error, whatever).  There is currently not
> any clean way to notify the client.
> 
> We can partially solve this by using the <EMBED> tag, something like this.

No, this is a transport level problem which shouldn't affect the
document format at all.  Agreed, HTTP currently doesn't have a way to
tell normal EOF from an error, but HTTP+ will solve this problem and
then the transport will be able to tell the higher layers that an
error occurred.  Please don't mix layers!

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>