-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with cassandra #63
Comments
@mcdonc and I were discussing this on IRC, we never came to a conclusion, the issue though is that both waitress and that cassandra driver are using asyncore and they are stepping on each others toes. |
Thanks for reply, I tried to change cassandra to use libev instead of asyncore and everything was fine. |
I'm going to close this issue, as @tarzanjw indicates he has found a workaround by using a libev-backed Cassandra lib, and the commit I just made above might allow an asyncore-backed Cassandra lib to run together with waitress too. |
I get in error when use waitress with cassandra (https://github.com/datastax/python-driver), it is something about asyncore.
I do not know it's problem of cassandra-driver or waitress, please help me to detect it.
I posted my python script and the log to gist, here it is:
To reproduce errors, access to http://localhost:8080 after run script, the error will then randomly occur.
Thanks a lot
The text was updated successfully, but these errors were encountered: