View Single Post
  #2 (permalink)  
Old 05-13-2008
mes's Avatar
mes mes is offline
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 962
Hi Bruce,

As of Ice 3.3b, a PHP script can use the proxy method ice_locator to configure a proxy with a specific locator. In this case, you wouldn't necessarily configure IcePHP to use a default locator, but rather set the locator for each proxy individually. Naturally, this means the PHP script must know (or be able to discover) the proxies for each of the locators it wants to use.

Take care,
Mark
Reply With Quote