|
ServantLocator implementation
hi guys,
i'd like to implement a server using a ServantLocator implementation, which
runs against a database in order to fetch required data needed by the servant.
[standard approach described in the manual]
in order to encapsulate the database we plan to hide the database behind
a ice based server aswell.
so i need to make a call to an ice proxy inside the ServantLocator implementation.
for scaleability and robustness all proxies shall use mutliple endpoints.
do you see any trouble with this approach?
i'd like to know your opinion.
thanks alot
tom
|