Kill and free the memory of never ending threads from main in perl -


there main running , 2 threads running,the 2 threads infinite event loops waiting event, issue want wait event come finite amount of time , exit program

but when exiting threads still running want free space occupied threads , exit script

how fix this?

how clean before exit

how kill threads never ending

process running script ends when script ends. operation system responsible free resource allocated process including threads. observe opposite? if so, fill bug report operation system.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -