Re: share packages

2004-09-30 Thread Paul Archer
Try Elizabeth M's forks package. It's designed as a drop-in replacement for threads, and has better memory usage in a lot of cases. 3:28pm, Jose L. Hernandez wrote: > Hi, > > I'm working on a server application based on the boss-worker threads model. > My problem is that the worker threads use a

share packages

2004-09-30 Thread Jose L. Hernandez
Hi, I'm working on a server application based on the boss-worker threads model. My problem is that the worker threads use a lot of packages, and the memory usage is too high. Is it possible to share the memory used by the modules? I don't understand why it is getting cloned for every thread I sta