vote up 1 vote down star

Hi,

Would you know if something similar to Terracotta (in Java world) exists for Python world? Twisted ? Or something else...

Thank you in advance for all ideas.

flag

43% accept rate
Have you considered using Jython? – cletus Sep 8 at 12:25
Nice suggestion, however I will prefer to stick to CPython for now. However, who knows how things will be solved for multi-processor world. Maybe Jython would be the way to go... – stic Sep 8 at 13:25

2 Answers

vote up 1 vote down

I think Twisted is the best alternative you can find. Let me warn you that it will give you some headaches, as it forces you to code in a completely different way. But once you understand it, it's not that hard....

http://twistedmatrix.com/projects/core/documentation/howto/index.html

link|flag
Once you understand, it's wonderful. :) – Dustin Sep 8 at 20:49
vote up 0 vote down

If you want to use something that gives you a Distributed Hashtable/Tuple Space type of implementation, Entangled seems to be a Python implementation. I'm sure there are others out there though if you google for them.

link|flag
Well Terracotta is a little bit more mature :-) Entangled looks interesting, but lacks a lot of features. Additionally, it seems that last check-in was made 17 months ago :( – stic Sep 8 at 13:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.