in reply to Re: Is is possible to use perl fork and ithreads within the same application
in thread Is is possible to use perl fork and ithreads within the same application

Once the threads are closed, perl stays at that memory size until the process has exited.

Or until you join the threads, join for threads , it makes the memory reclaimable

  • Comment on Re^2: Is is possible to use perl fork and ithreads within the same application