Re: [Haskell-cafe] Re: Thread pool in GHC

2005-09-06 Thread genneth
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 > >

Re: [Haskell-cafe] Re: Thread pool in GHC

2005-09-05 Thread genneth
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

[Haskell-cafe] Re: Thread pool in GHC

2005-08-04 Thread genneth
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