performance by getting of the overhead of creating new thread.
>
> TuanAnh
>
> >From: genneth <[EMAIL PROTECTED]>
> >To: Dinh Tien Tuan Anh <[EMAIL PROTECTED]>
> >CC: haskell-cafe@haskell.org
> >Subject: Re: [Haskell-cafe] Re: Thread pool in GHC
> >
ng back this topic, but i have a small question.
>
> If some threads may never terminate and have to be killed by killThread, are
> they going back to the pool, or we need some twist to force them.
>
> Thanks a lot
> TuanAnh
>
> >From: genneth <[EMAIL PROTECTED]&g
Dinh Tien Tuan Anh hotmail.com> writes:
>
>
> Can thread pool be implemented in GHC ?
>
> I have a program that is currently using about 12-15 threads (launch and
> kill for infinite times) and when running, especially after Ctrl-C, my
> computer got freezed up. And if i ran it several tim