throw new RuntimeException (this.getClass().getName()
+ "[construstructor]"
+ ": unable to create clients.");
}
// Create the thread cache:
threadcache = new ThreadCache(server.getIdentifier() +
"-socket-clients");
threadcache.setCachesize(props.getInteger(MAXTHREADS_P, MAXTHREADS));
threadcache.setThreadPriority(server.getClientThreadPriority());
threadcache.setIdleTimeout(props.getInteger(IDLETO_P,IDLETO));
threadcache.setGrowAsNeeded(true);