Inline On Wed, Jun 9, 2010 at 11:56 AM, JakeS <[email protected]> wrote:
> I really appreciate your advice on this. Trying to learn about > service buses and messaging systems is a lot to take in. > > Your recommendations sound on target, but I'm still trying to grasp > all the implications. > > The website would use a one-way bus to send messages to the load > balancer. > If you wish to receive notification i.e. the Reply from the services doing the encoding you will not be a one way bus. > Is the load-balancer a completely separate process? Does it have to > exist on the same machine as the web site? > It is a separate process, it does not have to exist on the same machine. > Would the encoders have to exist on the same machine as the load > balancer? If not, how does that communication work since you cannot > read from remote queues? > No, the load balancer and the nodes keep each other informed through administrative messages. > > Thank you again. I was really excited to get this working as a cross- > process communications system. Now it looks like I've got a lot more > learning to do to make it work across multiple machines. > > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en.
