[Haskell-cafe] A Missing Issue on Second Generation Strategies

2011-09-24 Thread Burak Ekici
Dear List, I am trying to parallelize RSA encryption and decryption by using below manner, but when I run executable output file with "+RTS -s -N2" command on Windows 7, output stats say 4 sparks are being created however none of them converted into real OS threads. -- SPARKS :4 (0 converted, 4

Re: [Haskell-cafe] A Missing Issue on Second Generation Strategies

2011-09-24 Thread Antoine Latter
2011/9/24 Burak Ekici : > Dear List, > > I am trying to parallelize RSA encryption and decryption by using below > manner, > but when I run executable output file with "+RTS -s -N2" command on Windows > 7, > output stats say 4 sparks are being created however none of them converted > into > real OS

Re: [Haskell-cafe] A Missing Issue on Second Generation Strategies

2011-09-24 Thread Antoine Latter
On Sat, Sep 24, 2011 at 11:14 AM, Antoine Latter wrote: > 2011/9/24 Burak Ekici : >> Dear List, >> >> I am trying to parallelize RSA encryption and decryption by using below >> manner, >> but when I run executable output file with "+RTS -s -N2" command on Windows >> 7, >> output stats say 4 sparks

Re: [Haskell-cafe] A Missing Issue on Second Generation Strategies

2011-09-24 Thread Burak Ekici
(PUB n e) secondPart2) rdeepseq res - > From: aslat...@gmail.com > Date: Sat, 24 Sep 2011 11:19:49 -0500 > Subject: Re: [Haskell-cafe] A Missing Issue on Second Generation Strategies > To: ekcbu...@hotmail.com > CC: haskell-cafe@haskell.org > > On Sa

Re: [Haskell-cafe] A Missing Issue on Second Generation Strategies

2011-09-24 Thread Daniel Fischer
On Saturday 24 September 2011, 18:01:10, Burak Ekici wrote: > Dear List, > > I am trying to parallelize RSA encryption and decryption by using below > manner, but when I run executable output file with "+RTS -s -N2" > command on Windows 7, output stats say 4 sparks are being created > however none