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

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Sat Feb 6 04:37:19 EST 2010


     [ https://jira.jboss.org/jira/browse/JBRULES-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoffrey De Smet updated JBRULES-681:
-------------------------------------

    Priority: Major  (was: Optional)


> Multi-threaded local search solving
> -----------------------------------
>
>                 Key: JBRULES-681
>                 URL: https://jira.jboss.org/jira/browse/JBRULES-681
>             Project: Drools
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: drools-planner
>            Reporter: Geoffrey De Smet
>            Assignee: Geoffrey De Smet
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list