Skip to content.

Manageability

Sections
Personal tools
You are here: Home » blog » stuff » 1152093916

Comment

Above in this comment thread: Open Source Workflow Engines Written in Java » Concurrent processing of splits? » Parallel Split should use Concurrent Threads

1152093916

Posted by 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.

Process Virtual Machine

Posted by Anonymous User at 2006-07-13 10:53 AM

Of course, a process engine is a virtual machine and high level workflow languages don't have the low-level notion of thread.

But still, the point is: if your process declares tasks to be parallel, why should the engine serialize their execution, effectively killing the performance of your workflow?

Process Virtual Machine

Posted by Anonymous User at 2008-01-23 01:08 AM
<quote>The point of a process engine is to provide a "process virtual machine".</quote>

That is exactly what we have been extracting: A single embeddable process virtual machine on top of which multiple process languages can be build.

Full article: http://jbpm.org/pvm
Shorter version: http://www.onjava.com/pub/a/onjava/2007/05/07/the-process-virtual-machine.html
Forum: http://www.jboss.org/index.html?module=bb&op=viewforum&f=253
Sources: http://anonsvn.jboss.org/repos/jbpm/tempranillo/pvm
 
 

Powered by Plone

This site conforms to the following standards: