View Single Post
  #1 (permalink)  
Old 05-13-2008
bdk bdk is offline
Registered User
 
Name: Bruce Karsh
Organization: Wink Technologies, Inc
Project: Wink People Search Engine
 
Join Date: Sep 2006
Posts: 9
Using multiple Icegrids from one php page

The manual says:

PHP scripts are not allowed to create or destroy communicators. Rather, a
communicator is created prior to each PHP request, and is destroyed after the request completes.
Does this mean that a .php web page can only use interfaces from a single IceGrid? I want to make a page that mixes information from services running on several separate Icegrids.

How can I do this in php if I'm only allowed one communicator?

I think the answer is "you can't", but I'm just making sure.
__________________
* Bruce Karsh
* Wink Technologies (wink.com)
Reply With Quote