Greetings All,<br><br>I am developing an 'Internet Scale' RIA back-end with Stackless and Asyncore (using Richard Tew's Stackless Socket Module; Thanks Richard!).<br>It was a snap to build the basic framework, incorporating multiple ports and protocols into a single threaded process. It seems bizarre to me that
<br>Stackless is yet so arcane.<br><br>Anyway, now that I have a basic server framework, my next task is to make it *scale automatically* on Amazon EC2, and I want to have a team<br>of arbitrarily many nodes all working in the same 'space' (on shared data held in memory, loaded and unloaded to Amazon S3...), so I would like
<br>to implement some sort of 'distributed shared memory' system.<br><br>Does anyone have any advice or experience to share regarding Distributed | Cluster | Grid Computing with Stackless?<br>Do you know off hand if any of the Python 'linda' systems can be used naturally with Stackless?
<br><br><br>Thanks a Heap,<br>Phoenix Sol<br><br>