Thread
:
How can I run my ice server program in multi-threaded mode
View Single Post
#
2
(
permalink
)
03-31-2004
marc
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 ";'".
marc
View Public Profile
Visit marc's homepage!
Find all posts by marc