Using MVC when the model is dynamic

Brian Kelley bkelley at wi.mit.edu
Wed Oct 1 19:19:42 EDT 2003


Cameron Laird wrote:
>>Both of these gloss over the issue of how does the view talk to the 
>>model.  The only real answer I have is polling.  The model must 
>>occasionally poll for new instructions from the view or have it's own 
>>event-style manager.
>>
> Was an interest for fast communications from user to model
> desired? Or was the question solely along the lines of, is
> there an architecture that'll permit the View to keep up
> with the Model more-or-less in real time?

You are correct in what the original poster wanted (i.e. is
there an architecture that'll permit the View to keep up
with the Model more-or-less in real time).  I was just being pedantic :)

Brian





More information about the Python-list mailing list