design choice: multi-threaded / asynchronous wxpython client?

David wizzardx at gmail.com
Sun Apr 27 11:10:49 EDT 2008


>
>  1) The data for the race about to start updates every (say) 15
>  seconds, and the data for earlier and later races updates only every
>  (say) 5 minutes. There is  no point for me to be hammering the server
>  with requests every 15 seconds for data for races after the upcoming

Try using an HTTP HEAD instruction instead to check if the data has
changed since last time.



More information about the Python-list mailing list