I'm writing a socket API using twisted framework which needs to write to beanstalkd in a deferred, is the current Python Beanstalkc client implementation non-blocking?

I've searched extensively on Stackoverflow for answers about this matter without luck, any help would be greatly appreciated. Thanks in advance

有帮助吗?

解决方案

The currently available beanstalkc v0.3.0 uses blocking socket I/O operations.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top