On Aug 12, 4:04 pm, ssecorp <[EMAIL PROTECTED]> wrote: > Sometimes when running very intensive computations the Python- > interpreter kind of overheats and stops responding. > > I have gotten the impression that the dos-version is less likely to > crash. Can that be true and if so, why? > > Is there anyway to get around this? Pretty annoying that it stops > responding, would be nice to be able to control-c out of it like in > DOS when you want to terminate a program.
If a Windows app says it's "stopped responding", that doesn't mean it's crashed. It just means it's not servicing the message pump. Chances are high that the program is still running just as normal. -- Ben Sizer -- http://mail.python.org/mailman/listinfo/python-list