I am so confused why put will be blocking when reserve() is blocking in pheanstalk, I have write two function:
- put function :
- worker function:
both of these are on a same host, but when i exec the function run(), if it's blocking; the function put() will blocking too, I am so confused.