Hi!
I use Ice 3.4.2 in my client-server application (С++), which creates sessions on the server-side with Session and SessionFactory interfaces like in your example "sessions".
Can you suggest, how can i interchange server's and client's roles to make remote call from server to client? Must i create new slice interface for this call? And how can i bind SessionFactory object and object of new interface?
Thanks,
Alex

Reply With Quote