Live data from Hacker News

PiCloud : Cloud Computing. Simplified.

picloud.com

1–10 of 43 posts

Re: PiCloud : Cloud Computing. Simplified.

#6
post #5
post #4

How they scale automatically on python (a non-functional language)? I am puzzled.

They probably spawn several python processes

Indeed, seems like a single cloud.call will not give you any parallelism, you need many calls. So the whole parallelization challenge is left completely up to you. Still, this is a nice approach, and I'd like to see more companies in this space.

Re: PiCloud : Cloud Computing. Simplified.

#7
post #6
post #5

Earlier quoted context omitted.

They probably spawn several python processes

Indeed, seems like a single cloud.call will not give you any parallelism, you need many calls. So the whole parallelization challenge is left completely up to you. Still, this is a nice approach, and I'd like to see more companies in this space.

Agreed, a very cool idea. I believe you are right on the parallelism front, cloud.call just offloads the processing on their servers, but you'd have to call it multiple times to get any parallelism.
Post reply on HN