Archived

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

unknown property Ice.ThreadPerConnection

I'm using Ice 3.3 and trying to set Ice.ThreadPerConnection property to 1 as described in the manual.
I get unknown property warning logged by ice.

What could be the problem?

Best regards, Leo

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    As of 3.3, Ice no longer supports the thread per connection model. It now only supports thread pools. I expect you are not looking at the 3.3 version of the manual. If you are, in what section do you see ThreadPerConnection property referenced?
  • Yes, I was reading manual for 3.2 version. Thanks.