[rules-users] Multithreading work items

Pedro Maria Buitrago Mantilla pmbtgun at gmail.com
Fri Apr 23 08:53:45 EDT 2010


Each of the sub flows requires final user design. Mauricio thanks very much.


PEDRO BUITRAGO
Bogotá, Colombia


2010/4/22 Mauricio Salatino <salaboy at gmail.com>

> yes.. sounds more like a normal java problem than Drools FLow problem. I
> think that your solution is the correct one because it handle internally the
> multithreaded requierements and then it continue the business process
> normally.
>
>
> 2010/4/22 Pedro Maria Buitrago Mantilla <pmbtgun at gmail.com>
>
> The idea is to run multiple independent sub flows. Each of the sub flows
>> requires approximately 2 minutes to complete, so parallel processing is
>> required. Once all the sub flows have completed their tasks is necessary
>> to collect all the results and process them. This implies that the
>> workflow should not end until it collects all information submitted by the
>> sub flows.
>>
>> For now, I think to create, with JMS, a queue in jboss receive the name of
>> each sub flow, create your own KnowledgeBase run each subflow as a separate
>> workflow and delivers the results. Finally, some components will take all
>> the results (from a database of another jms queue and process and again
>> another component start another workflow to process all results.
>>
>>
>> PEDRO BUITRAGO
>> Bogotá, Colombia
>>
>>
>> 2010/4/22 Mauricio Salatino <salaboy at gmail.com>
>>
>> can you describe a little bit your use case?
>>> I'm not sure about what you want to achieve.
>>>
>>> 2010/4/21 Pedro Maria Buitrago Mantilla <pmbtgun at gmail.com>
>>>
>>>>  In general, I meet that for resolve the topic of multithreading it's
>>>> required to implement another thread over a work item.
>>>>
>>>> How does the asynchronic task  can modified a variable of Knowledgebase?
>>>>
>>>> Can you give me an example?
>>>>
>>>> Pedro Buitrago
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> rules-users mailing list
>>>> rules-users at lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>>
>>>>
>>>
>>>
>>> --
>>> - http://salaboy.wordpress.com
>>> - http://www.jbug.com.ar
>>> - Salatino "Salaboy" Mauricio -
>>>
>>> _______________________________________________
>>> rules-users mailing list
>>> rules-users at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>>
>>
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>>
>
>
> --
> - http://salaboy.wordpress.com
> - http://www.jbug.com.ar
> - Salatino "Salaboy" Mauricio -
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100423/c3e8623b/attachment.html 


More information about the rules-users mailing list