You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "David Van Couvering (JIRA)" <de...@db.apache.org> on 2005/11/10 01:38:03 UTC

[jira] Created: (DERBY-696) Use the Executor framework to spawn off client threads in the NetworkServer

 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


[jira] Updated: (DERBY-696) Use the Executor framework to spawn off client threads in the NetworkServer

Posted by "Mike Matrigali (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-696?page=all ]

Mike Matrigali updated DERBY-696:
---------------------------------

    Component: Network Server

>  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
>   Components: Network Server
>     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