python - Agent-Modelling System on GAE -


i starting on project simulate agents on google app engine. plan have control panel so:
control panel http://complexityworkshop.com/cw/tutorial/netlogoall.gif

my question during simulation, server has process tasks again , again , display them onto graph. best possible way?

obviously want avoid refreshing page again , again. intermediate in html, so-so in web applications. pointer in right direction needed.

thanks!
digvijay

you should @ either appengine channel api, or xmpp support.

https://developers.google.com/appengine/docs/python/channel/

https://developers.google.com/appengine/docs/python/xmpp/

choice of approach (channel vs xmpp) depend lot on how build ui.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -