Archived

This forum has been archived. Please start a new discussion on GitHub.

object adapter question

Currently, I'm using one object adapter per service. Is there any reason to use more than one besides wanting a different endpoint?

Comments

  • You can have as many endpoints per OA as you wish.

    Typically, you use multiple OAs if you want to have some objects that are reachable over one set of endpoints, and other objects over another set of endpoints. Or you use multiple OAs to make use of thread pools per OA. Other than that, there is really no reason to use multiple OAs.