Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-dev] New asynchronous workflow in SMILA: Job and task management

Hi folks,

 

as you may have already recognized, some more components/bundles were added to SMILA for handling the asynchronous workflow management, e.g.:

 

·         org.eclipse.smila.clusterconfig(.simple): interface and simple implementation for the configuration of a cluster

·         org.eclipse.smila.jobmanager: administration and execution of asynchronous workflows by so-called jobs

·         org.eclipse.smila.jobmanager.persistence.zk: runtime persistence layer for running jobs in a cluster based on apache zookeeper

·         org.eclipse.smila.taskmanager: administration of tasks, where a task is a single unit of work to be processed in a workflow

·         org.eclipse.smila.taskmanager.persistence.zk: runtime persistence layer for task management in a cluster based on apache zookeeper

·         org.eclipse.smila.taskworker/workermanager: manages integration/execution/scaling of workers, where a worker is a processing component in the workflow

·         org.eclipse.smila.zookeeper: an API based on apache zookeeper used by the job/task management for runtime persistence coordinated in the cluster.

 

Implementation and wiki documentation are still in progress. (see http://wiki.eclipse.org/SMILA/Documentation  -> “Job Management”)

We will provide more detailled information with examples/use cases when we reach a fully functional state.

 

Cheers,

 Andreas

 

Von: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-bounces@xxxxxxxxxxx] Im Auftrag von Andreas Schank
Gesendet: Freitag, 1. Juli 2011 15:56
An: Smila project developer mailing list
Betreff: Re: [smila-dev] New asynchronous workflow in SMILA: Job and task management

 

Hi there,

 

We’ve added a new interface bundle and a simple file based implementation for a service called ObjectStoreService in the progress of building the foundation for the upcoming asynchronous workflow in SMILA (see mail of Igor below) in version 0.9.0.

 

This object store service is not referenced anywhere in SMILA right now, but will be used in the upcoming workflow management.

 

You can find the documentation for these packages in http://wiki.eclipse.org/SMILA/Documentation/ObjectStore/Bundle_org.eclipse.smila.objectstore and http://wiki.eclipse.org/SMILA/Documentation/ObjectStore/Bundle_org.eclipse.smila.objectstore.filesystem.

 

These components are prone to changes within the next few weeks, but nevertheless please feel free to have a look.

 

Bye

Andreas

 

 

Von: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-bounces@xxxxxxxxxxx] Im Auftrag von Igor Novakovic
Gesendet: Dienstag, 21. Juni 2011 16:45
An: SMILA-dev
Betreff: [smila-dev] New asynchronous workflow in SMILA: Job and task management

 

Dear community,

 

In course of moving towards release 0.9 during upcoming weeks we will introduce a new asynchronous workflow in SMILA.

The implementation has already been done for a product based on SMILA and has been proved in production. Now it will be ported and generalized in SMILA.

Whole development will take place in trunk so if you are interested in testing the new stuff we will be more than happy to get feedback from you.

 

Cheers

Igor

 

 


Back to the top