View Single Post
  #1 (permalink)  
Old 06-15-2005
DeepDiver's Avatar
DeepDiver DeepDiver is offline
Registered User
 
Name: Thomas Müller
Organization: Freelance Software Developer
Project: Project depend on Customers
 
Join Date: Nov 2004
Location: Munich, Bavaria, Germany
Posts: 100
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
Reply With Quote