|
|
Bundling Services into Servers
The easiest way to package services into servers is to avoid packaging them at all. Unfortunately, if you do not package services, the number of servers, message queues, and semaphores rises beyond an acceptable level. Thus there is a trade-off between no bundling and too much bundling.
When to Bundle Services
We recommend that you bundle services if you have one of the situations or requirements described in the following list.
Do not put two or more services that call each other, that is, call-dependent services, in the same server. If you do so, the server issues a call to itself, causing a deadlock.
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|