On tisdag, juli 30, 2002, at 09:36 , Rafael Garcia-Suarez wrote: > > Looks like stashes are not shared between threads. How > is this related to saving memory ? (for modules that don't > export lots of symbols into the caller's namespace). > Does the module gets unloaded in some way when the thread > ends ? > Sure, we call perl_destruct() on the thread. Arthur