why python process only has one thread

时间:2015-09-01 21:31:47

标签: python garbage-collection

I executed one python grogram and issued the following command "ps -mH -p 10934"(the number was that process Id), I just found one thread in the process. But for a Java process it would start more than 20 threads, such as: gc daemon, management daemon... Why python process only one thread? how does python do the garbage collection?

0 个答案:

没有答案