[jboss-jira] [JBoss JIRA] Created: (JBRULES-681) Multi-threaded local search solving

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Sat Feb 17 11:20:30 EST 2007


Multi-threaded local search solving
-----------------------------------

                 Key: JBRULES-681
                 URL: http://jira.jboss.com/jira/browse/JBRULES-681
             Project: JBoss Rules
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Solver
            Reporter: Geoffrey De Smet
         Assigned To: Geoffrey De Smet
            Priority: Optional


Use Future's to spread all possible moves in each step over a number of threads.
This number of threads is equal to the number of cpu's by default, as no IO is done during solving.

Problems:
- each thread will needs it own WorkingMemory and during a step, each working memory will need to be updated
- a bunch of classes will need to be thread safe, or at least visibility save, such as bestsolutionrecaller.
- Barriers will be needed to collect the result of each step
- decks might be a great way to spread out the load

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

        



More information about the jboss-jira mailing list