pystalkd
pystalkd copied to clipboard
How do I know if connection is lost?
lets say I made connection like:
c = Connection("localhost", 11300)
if after that I kill beanstalkd
and try for example:
c.stats()
my script halts forever.