I have just started messing around with Mongrel2, all the tutorials went great until I started pointing a Mongrel2 Handlers send_spec and recv_spec to an address other than localhost, for example a second machine on the network.
I started getting these errors:
errno: Resource temporarily unavailable) Failed to bind send socket trying again for: tcp://xxx.xxx.xxx.xxx:49901
My question is when there are two nodes A and B, where A is the Mongrel2 server and B is a "worker" for one of A's handlers, what addresses would go into the send_spec and recv_spec of A's .conf file?
I'm sorry if this is a naive question, it just has me so confused.