Use the Executor framework to spawn off client threads in the NetworkServer
----------------------------------------------------------------------------

         Key: DERBY-696
         URL: http://issues.apache.org/jira/browse/DERBY-696
     Project: Derby
        Type: Improvement
    Reporter: David Van Couvering


Java 5 has some very useful concurrency utilities that we should start taking 
advantage of.  One of them is the Executor framework, see 
http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Executor.html

We should do a prototype of the NetworkServer using this model and see what 
kind of performance improvements we gain.

-- 
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