Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top