Hi all, I'm just getting started with beanstalk. I believe my server is working, but when I try to reserve jobs, execution just blocks. I've tried using different client libraries (pybeanstalk, and BeanStalk.class.php) without success. I even tried running beanstalk- example.php, the example that comes with BeanStalk.class.php.
I used the following command to start my beanstalk server: ./beanstalkd -p 11300 I've tried connecting from the same host as well as a remote host. In either case, it doesn't seem like I'm having trouble connecting to my server, because the functions that I call to create connections returns, and so do calls to put methods. The only thing that doesn't return is reserve. I've tried using reserve_with_timeout in PHP (not sure what the equivalent is in pybeanstalk), but it always times out... It just seems like I'm doing something wrong when I want to reserve, but I have no idea what it is :/ Help? Thanks, Daniel -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
