Results 1 to 1 of 1

Thread: How to bind multi-nodes' service to one app?

  1. #1
    Join Date
    Apr 2011
    Posts
    4

    Question How to bind multi-nodes' service to one app?

    I deployed vcap into my vms. And successfully make it run in multi-host environment.

    But I found when I expand a app to more than one instances (eg. 10 instances) , route compents distributes the requests to 10 DEAs. But cuz I only be able to bind one service to my app. So all the requsts are handle by the only one mysql service. You know, the DB always the bottleneck of one system.


    Is any way to scale out the services layer? Because all the setting I done is by reading the vcap source code, so maybe something I miss?
    Last edited by Layne_Peng; Apr 23rd, 2011 at 01:31 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •