Skip to content.

Manageability

Sections
Personal tools
You are here: Home » blog » stuff » Parallel Split should use Concurrent Threads

Comment

Above in this comment thread: Open Source Workflow Engines Written in Java » Concurrent processing of splits?

Parallel Split should use Concurrent Threads

Posted by Anonymous User at 2006-06-06 04:36 AM

You have a very good point, if you model parallelism in your workflow, why should you accept anything less from the engine? With JOpera (www.jopera.org) you can even scale out the engine over a cluster of computers if you run out of threads on a single machine.

1152093916

Posted by Anonymous User Anonymous User at 2006-07-05 05:05 AM

The point of a process engine is to provide a "process virtual machine". A thread is a machine level concept. Whereas a process engine actually uses a thread is an implementation detail. The process engine could use pthreads or forks, you should not care.

And if the process engine actually spans multiple physical machine, well only the admin should care.

 
 

Powered by Plone

This site conforms to the following standards: