<div dir="auto"><div><div dir="auto">On 17 Jul 2017 06:49, "Dennis Raddle" <<a href="mailto:dennis.raddle@gmail.com">dennis.raddle@gmail.com</a>> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks. I guess I don't know much about cloud services. Will they run a lot of threads in parallel? Or do they run my program on only one CPU and/or use only the number of cores in one processor? That's the point of using them, to run more threads in parallel than I have cores on my MacBook.<font color="#888888"><div></div></font></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif">Depending on your budget, on AWS you can rent a machine from the miniscule t2.nano all the way up to the 128-core x1.32xlarge, with various tradeoffs on memory vs CPU vs storage vs ... in between. All can run Haskell programs. There's also various options in Haskell for distributing your computation across multiple machines, if that sounds useful.</span></div><div dir="auto"><font face="sans-serif"><br></font></div><div dir="auto"><font face="sans-serif">A good place to start is the pricing page which gives you a good overview of the options.<br></font><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif"><a href="https://aws.amazon.com/ec2/pricing/on-demand/">https://aws.amazon.com/ec2/pricing/on-demand/</a></div></div><div dir="auto"><br></div><div dir="auto">Other cloud providers are available, of course.</div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><font color="#888888"><div><br></div><div>D</div></font></div>
<br>______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div><br></div></div></div>