[Haskell-cafe] Re: Python's big challenges, Haskell's big advantages?

Don Stewart dons at galois.com
Wed Sep 17 17:44:22 EDT 2008


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


More information about the Haskell-Cafe mailing list