Use an ExecutorService instead of building Threads
--------------------------------------------------

                 Key: DEFT-204
                 URL: https://issues.apache.org/jira/browse/DEFT-204
             Project: Deft
          Issue Type: Improvement
          Components: Core
            Reporter: Séven Le Mesle
             Fix For: 0.4.0


Instead of building new Thread in HttpServer.start(), we should better give an 
ExecutorService as input parameter.
It will allows for better management for starting and stoping loops. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to