The default for Network server maxthreads (derby.drda.maxThreads) appears to be 
unlimited - documentation says it is 1 - 
-------------------------------------------------------------------------------------------------------------------------

         Key: DERBY-473
         URL: http://issues.apache.org/jira/browse/DERBY-473
     Project: Derby
        Type: Bug
  Components: Documentation  
    Reporter: Stan Bradbury
    Priority: Minor


The Derby Server Guide - PDF page 30 lists the default for 
derby.drda.maxThreads as 1.  In DB2jServerImpl.java the default is set to 
unlimited:

private final static int DEFAULT_MAXTHREADS = 0; //for now create whenever 
needed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to