Forum Discussion
escort
15 years agoNew Contributor
At this moment, I am building a test envrionment to test my channel and subscription engine. I have one Object called "remote" who can create channels to servers, the channel can submit the subscriptions to the server then receives the update information from server. My purpose is to test the loader capability for my "remote" object, channel. How many channels can a remote object holds, how many subscriptions can a channel holds. Therefore, my test piple is
"Component Remote generator" ==> ' A remote instance ' ==> "Compoenent Channel generator" ==> 'A channel instance' ==> "Component subscription instance"
The problem is, the remote instance created from Component A can not be used with other objects created in Component B and Component C.
"Component Remote generator" ==> ' A remote instance ' ==> "Compoenent Channel generator" ==> 'A channel instance' ==> "Component subscription instance"
The problem is, the remote instance created from Component A can not be used with other objects created in Component B and Component C.