> beanstalkd listens on the 127.0.0.1 only.

Not true. Beanstalkd will listen on any interface you specify via the
-l flag. If you have a trusted internal network you can have it listen
on all external interfaces via

-l 0.0.0.0

Tweak to taste.

/Cody

On Fri, Aug 13, 2010 at 2:31 PM, Linan Wang <[email protected]> wrote:
> we use ssh tunnel connecting clients to server. beanstalkd listens on
> the 127.0.0.1 only.
>
> On Fri, Aug 13, 2010 at 10: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 ?
>>
>> I'm currently creating a SOAPClient/Server interaction for some
>> communiction of 2 servers but using beanstalk would fit in way better
>> since I already plan to make use of that for other stuff internally.
>>
>> --
>> 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.
>>
>>
>
>
>
> --
> Best regards
>
> Linan Wang
>
> --
> 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.
>
>

-- 
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.

Reply via email to