Hi, I want to wrap beanstalkd with an HTTP interface.
I'm facing 2 problems with it, given that in a production environment I will have multiple such HTTP processes running: 1) If I have a job with TTR and a certain HTTP process reserves it. At some point I need to take that process down before the job was done. I want to make sure that the job will be reserved until TTR passes even though the client reserving it disconnected. 2) I would rather avoid sticky sessions. In doing so I will have to be able to call delete from a different client. Is it possible or will I have to hack a patch for it? Thanks, Eran -- 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.
