[Twisted-Python] Shared memory for multiple twisted servers

I am thinking of writing 8 identical twisted servers that would run on an 8 core machine and would have shared memory objects (lists or maybe dictionaries), that they can all access and modify. Perhaps somewhat similar to multiprocessing module in python 2.6. What is the best way of doing this?

On 06:40 am, matusis@yahoo.com wrote:
You might consider having a look at this: https://launchpad.net/ampoule I haven't personally gotten to use it yet, but I've been following its development with great interest. Assuming it does what it says on the tin, I think it is likely to be folded in to Twisted proper at some point.

On 06:40 am, matusis@yahoo.com wrote:
You might consider having a look at this: https://launchpad.net/ampoule I haven't personally gotten to use it yet, but I've been following its development with great interest. Assuming it does what it says on the tin, I think it is likely to be folded in to Twisted proper at some point.
participants (2)
-
Alec Matusis
-
glyph@divmod.com