jonathanccast: > > > The fact that people use thread-pools > > I don't think people use thread-pools with Concurrent Haskell, or with > libthread. >
Sure. A Chan with N worker forkIO threads taking jobs from a queue is a useful idiom I've employed on occasion. -- Don _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
