any issues with long running python apps?

Michael Torrie torriem at gmail.com
Fri Jul 9 15:56:12 EDT 2010


On 07/09/2010 01:13 PM, Les Schaffer wrote:
> or need we only concern ourselves with the nuts behind the wheel:that 
> is, we the developers?

It never hurts to separate the data collection and
visualization/analysis parts into separate programs.  That way you can
keep the critical, long-running data collection program running, and if
you get an exception in the GUI because of some divide by zero
programming error or some other problem, you can restart that part
without impacting the overall system.




More information about the Python-list mailing list