Object Persistence
Forum /
Server Programming /
Object Persistence
Reply
Subscribe
Start new thread
Syndicated Feed (RSS)
|
Displaying 1 to 1 of 1
|
Previous
1
Next |
| Author |
Message |
venks
Posts: 1
|
I am trying to make use of phpbeans in the following way. We have a subscription engine residing on one host and a reporting application residing on another host. The reporting app needs to invoke methods like getContentItemsById() on objects in the subscription engine but also needs to instantiate the object with a given ID, in other words, the object will represent one particular content item (determined by the ID passed to its constructor).
My tests with phpbeans seem to indicate that that the same server object is accessible by different clients. What I require is a unique object created on the server for every client. In other words, I want the object to persist on the server, but only for the client that instantiates the object. Is it at all possible with phpBeans?
Regards,
Venks
|
|
Back to top
|
|
Return to Top
|