Hi I want to deploy beanstalk in an environment wherein I want a set of apache servers to act as producers and one beanstalk instance on a non- webserver machine as a consumer. Currently, the producers on each webserver directly connect to the remote consumer.
I would like to have a setup where all the producers accumulate their messages in a local beanstalk instance specific to each webserver and that instance forwards the messages to the remote consumer. This would save the producers from having to wait on the time taken to set up a TCP connection to the remote consumer and send the message. It'll also reduce the number of connections to the consumer since all the connections from producers on a single webserver would be multiplexed on to one webserver-consumer connection. My questions is, is there a way to run beanstalkd in a relay mode such that it forwards all incoming messages to a different consumer? Is there a way to also specify that the relay should use a persistent TCP connection to the remote consumer? Thanks -- Tahir Hashmi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
