Integrating non-Ice sockets in an Ice application

in Help Center
Hi,
I'm just investigating Ice - haven't used it yet.
What is the suggested way to integrate non-Ice sockets into an asynchronous Ice application? Eg if I have a process that has a non-Ice TCP socket, and connections to various other Ice processes via the Ice runtime.
Can the Ice runtime manage my socket (ie include it in the select() call or give it a thread or something) or do I have to do it externally myself?
Cheers,
Jay.
I'm just investigating Ice - haven't used it yet.
What is the suggested way to integrate non-Ice sockets into an asynchronous Ice application? Eg if I have a process that has a non-Ice TCP socket, and connections to various other Ice processes via the Ice runtime.
Can the Ice runtime manage my socket (ie include it in the select() call or give it a thread or something) or do I have to do it externally myself?
Cheers,
Jay.
0
Comments
Ice doesn't provide any facility for managing an application's sockets.
Also, please update your signature as described in this post.
Thanks,
- Mark