Re: HTTP -> Messages -> Transport factoring

> The HTTP/UDP use-case is different, in that we are specifically
> talking about non-transactional small object retrival, but the
> 64k limit is of course the same thing.

How does the intermediary know that the object will be small (< 64 KiB minus epsilon)?
(Maybe there is some configuration that makes this prediction possible.)
What happens if the prediction was wrong?
(http://tools.ietf.org/html/draft-ietf-core-block is one way of handling this case, but maybe not the one you have in mind.)

> Once of the attractions of HTTP/UDP is that you can multicast and
> whichever server happens to have that icon will send it to you.

If all those servers can handle the load of discarding lots of requests...
(And assuming the set of servers actually responding is small enough not to cause implosion issues.)
Is there anything written up on this server-side "HTTP over UDP" that I can consume before bothering you further?

Grüße, Carsten

Received on Thursday, 5 April 2012 21:06:43 UTC