Date: Sun, 5 Mar 2000 13:26:22 -0500 (EST) From: Zhihui Zhang <zzhang@cs.binghamton.edu> To: freebsd-hackers@freebsd.org Subject: Removing zombie kernel threads Message-ID: <Pine.GSO.3.96.1000305132238.5960A-100000@sol.cs.binghamton.edu>
next in thread | raw e-mail | index | archive | help
I have created several kernel threads that can die after being idle for a while. I did this by copying the kthread_create() funtion from CURRENT over to FreeBSD 3.3-Release. Is there a way to remove the zombie threads after they die or prevent them from creating? Any potential problems in trying to do this? Any help is appreciated. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.1000305132238.5960A-100000>