On Aug 13, 2:13 pm, Ruben <[email protected]> wrote: > Is there any solution curently available to run the workers on a > different server as the clients? > And ofcourse in a secure way ?
Solving the secure remote-access problem is part of why I wrote BeanREST: https://launchpad.net/beanrest It's incomplete, but it could easily be extended to support the operations you need. And because clients communicate with it over HTTP, you can secure it with SSL and authenticate/authorize users with something like an Apache proxy or the Twisted system itself. -- 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.
