terminate a program gracefully from a thread

Jabba Laci jabba.laci at gmail.com
Sat Mar 22 09:19:44 EDT 2014


> You need a flag to indicate that a particular invocation is the
>  dummy one (background). So use that same flag either to suppress
>  starting the thread,  or to avoid the unwanted raw_input.
>
> Alternatively,  rethink the need to preload at boot time.  Any
>  caching the OS does is likely to only last a few minutes,
>  depending on load. So maybe you can make the real load seem to be
>  quicker by displaying the gui right away,  but doing the
>  time-consuming part in a thread.

Hi,

Thanks for the idea. Right, if it's started in suicide mode, then
there is no need to enter the raw_input.

Thanks,

Laszlo



More information about the Python-list mailing list