Hello, I have the next problem:
We have one server(hardware-hw1) and many processes with servants. And they can call each other(on localhost only). Also we have an other server(hardware-hw2). And it is my problem. May I use only one open port on hw1 to async/sync calls? *i'm going to use ssh-tunneling.* I tried to use something like this:
HW2 send to RegManager Request to get Servant1's Proxy. RegManager resend request to Servant1 and it through Glacier send own Proxy to HW2(create session and call function of hw2*setProxy(ObjectPrx)*. In glacier2router i put hw2 as server. Also hw2 work's not all time. But this doesn't work. Please tell me right way to make such scheme.PHP Code:____________________________________
| Servant1 ----------| Servant2 |
| | Req |prx |
| RegManager |Glacier| |
| | | | hw1 |
---------|---------|------|------------------------
| | ssh |
| Req |______|
|--------| hw2 |
------------
PS. sorry for my bad english

Reply With Quote
