I have a Python program and when I exit the application with Ctrl-c, the script does not close. My process still shows in running processes.
#!/
the_thread.setDaemon(true), see http://docs.python.org/library/threading.html#threading.Thread.daemon
the_thread.setDaemon(true)