On Sat, Jun 12, 2010 at 3:07 PM, Stuart Langridge <[email protected]> wrote:
> If I start beanstalkd on port 0, then the OS chooses a random port > number for me. (I like this because it means I don't have to hardcode > the ports; I can run two branches of my project simultaneously). > However...there doesn't appear to be a way to work out which port got > chosen. Can beanstalk write a log file or similar so I can get > information about it? Why don't you start two instances of beanstalkd with manually chosen ports so that you know where to connect? -- Jaume Sabater http://linuxsilo.net/ "Ubi sapientas ibi libertas" -- 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.
