any issues with long running python apps?

John Nagle nagle at animats.com
Fri Jul 9 17:19:44 EDT 2010


On 7/9/2010 12:13 PM, Les Schaffer wrote:
> i have been asked to guarantee that a proposed Python application will
> run continuously under MS Windows for two months time. And i am looking
> to know what i don't know.

    What if Master Control in Redmond decides to reboot your machine
to install an update?  They've been known to do that even when you
thought you had remote update turned off.

    If you have to run Windows in a data acquistion application,
you should be running Windows Embedded.  See

	http://www.microsoft.com/windowsembedded

This is a version of Windows 7 which comes with a tool for
building customized boot images.  Basically, you take out
everything except what your application needs.

     Do you get Embedded Systems Journal?  You should.

					John Nagle



More information about the Python-list mailing list