Archived

This forum has been archived. Please start a new discussion on GitHub.

Integrating non-Ice sockets in an Ice application

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.

Comments

  • mes
    mes California
    Hi Jay,

    Ice doesn't provide any facility for managing an application's sockets.

    Also, please update your signature as described in this post.

    Thanks,
    - Mark