[Haskell-cafe] 1st attempt at parallelizing

Günther Schmidt gue.schmidt at web.de
Mon Jul 26 17:58:04 EDT 2010


Hi all,

I'm spidering web pages, the implementation currently is synchronous. 
I'd like to parallelize this for speed-up, ie. get up to 6 pages in 
parallel and recycle those threads.

Now I have come across good examples for this on the web before, but I 
doubt I'd find it again right away.

I'd appreciate some good pointers.

Günther



More information about the Haskell-Cafe mailing list