Archived

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

How can I run my ice server program in multi-threaded mode

I want to make the multi-threaded server ,that can make some proxys,and all the proxy run in their own self thread,that is ,I want my proxys run parallelly.
I make the example ,but they run in order like block callling in socket.

Comments