2 # The server creates an object adapter with the name "Warehouse". The
3 # following line sets the endpoints for this adapter.
5 Warehouse.Endpoints=tcp -p 10000
8 # Configure 10 threads in the server side thread pool. Setting
9 # SizeWarn to 10 disables warnings if we start to run out of threads.
11 Ice.ThreadPool.Server.Size=10
12 Ice.ThreadPool.Server.SizeWarn=10