
29 Nov
2004
29 Nov
'04
10:48 p.m.
Beman Dawes wrote:
At 02:30 PM 11/29/2004, Caleb Epstein wrote:
The problem isn't one of threads so much as one of memory however. The program just runs out of memory because you are not join'ing the exited threads.
Caleb, could you please do one more thing on this: read the docs and see if your answer is obvious from the docs. If not, could you please submit a path clarifying the docs the need to join.
I guess he's running out of resources since .join() is not being called in the example program. Regards, m