views:

49

answers:

1

Hi,

I'm working on my CouchDB with Python, cause I love python. The problem is: On my machine (it's a Seagate Dockstar) it's quite slow. How can I increase the speed?

a) I've tried to use psyco. It's not available for that plattform. b) I've tried to put the imports outside my function-definitons. This doesn't work since the couchpy throws an error because in the file there's not a parsable function.

What else should be possible? I don't want to learn erlang...

A: 

I know you said you didn't want to learn Erlang, but I really think you should Learn You Some Erlang for Great Good!

Skilldrick
wtf...thanks for that...
jmoritz