views:

119

answers:

1

In a cluster environment using Python what is the least expensive way to develop a concurrent application or what is the pro / con of the various options?

+1  A: 

I would say Google app engine is the easiest option since you don't have to worry about all this things. But if it's a big project, it might not be the cheapest solution.

Again, it really depends on the size of your project and what you really want to do.

You need to give more details if you want to get a precise answer.

There is also a few packages available on the python package index.

mnml
One nitpick (I'm not downvoting): we have no clue as to what the OP wants, and you admit this in your "answer." How can you recommend a package with no clue as to what the OP wants? I see this as a rampant problem on SO that I am sometimes guilty of myself.
San Jacinto
Well yes I only gave a link to "cluster" related package.
mnml
we need a little bit more details.
mnml