Hi,
We have a problem trying to create several adapters in a C++ software using Windows XP (invoking createObjectAdapterWithEndpoints several times, with diferent parameters). Creating more than 150 adapters, we catch an Ice::SocketException, which shows that we can't use more sockets. This problem didn't happen with older versions of Ice (3.2.1 and before), apparently starting with Ice 3.3.0 version.
Same code using Ice 3.3.0 in Ubuntu 8.04 works perfectly.
We have read about FD_SETSIZE and tried to redefine it without success. Could you help us please?
Thanks in advance.

Reply With Quote
