Issues of state
greg
greg at cosc.canterbury.ac.nz
Wed Aug 8 20:31:57 EDT 2007
Paul Rubin wrote:
> The high bandwidth and persistence is not needed for an http
> connection, which just gets a form submission once in a while.
Bandwidth isn't really the main issue. The point is
that a lot of state is kept on both ends, making it
much easier to implement a rich user interface.
In fact, the more state is kept, the *less* bandwidth
you need, because communication can make use of shared
context to compress the messages.
--
Greg
More information about the Python-list
mailing list