View Single Post
  #2 (permalink)  
Old 03-31-2004
marc's Avatar
marc marc is online now
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Try changing this:
Code:
Ice.ThreadPool.Server.Size=10;
To this:
Code:
Ice.ThreadPool.Server.Size=10
I.e., remove the ";'".
Reply With Quote