<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Do you want a scalable workflow processing platform?</title>
	<atom:link href="http://tech.puredanger.com/index.php/2007/08/30/workflow-terracotta/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2007/08/30/workflow-terracotta/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Alex Miller</title>
		<link>http://tech.puredanger.com/2007/08/30/workflow-terracotta/comment-page-1/#comment-265608</link>
		<dc:creator>Alex Miller</dc:creator>
		<pubDate>Sun, 05 Dec 2010 13:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/08/30/workflow-terracotta/#comment-265608</guid>
		<description>Hi David, I don&#039;t think this was ever released.</description>
		<content:encoded><![CDATA[<p>Hi David, I don&#8217;t think this was ever released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://tech.puredanger.com/2007/08/30/workflow-terracotta/comment-page-1/#comment-265575</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 05 Dec 2010 07:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/08/30/workflow-terracotta/#comment-265575</guid>
		<description>Did this project get off the ground? I am looking for at least the activemq and the rife part.

David</description>
		<content:encoded><![CDATA[<p>Did this project get off the ground? I am looking for at least the activemq and the rife part.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://tech.puredanger.com/2007/08/30/workflow-terracotta/comment-page-1/#comment-7999</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 11 Sep 2007 15:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/08/30/workflow-terracotta/#comment-7999</guid>
		<description>Disclaimer: I am the customer to which Alex refers in his post.

Geert,

Sounds like you have done some work in the worklfow area with Terracotta.  I wanted to point out that the platform we&#039;re developing is more than just workflow.  I have not checked out your site, but will because we have not yet settled on the workflow engine to be used within our platform.

All,

Now for the shameless sales job:

We are trying to solve several &quot;recurring problems&quot; in our domain, which I think are applicable to many applications (being developers, we are inherently lazy and don&#039;t like writing the same software twice):

1.  Integration...with anything (thus Mule)
2.  High-volume transactions, upwards of hundreds of millions a day and complex algorithm processing...thus Grid Computing
3.  Workflow/BPM
4.  Business Rules to drive the end-to-end processing
5.  Real-time analytics to statistically analyze any or all of the hundreds of millions of messages in the system
6.  Configuration - all of the above are to be configurations and not code to reduce cost of ownership
7.  Commodity hardware.  e.g. the Google model of having one enormous farm of really cheap computers that are self-aware, discovered, assimilated, provisioned and begin working on application logic.

Out of the above, we have about 40% put together already.  Thus the consideration for Open Sourcing the project.  I&#039;m interested in any other thoughts anyone may have.

Mike</description>
		<content:encoded><![CDATA[<p>Disclaimer: I am the customer to which Alex refers in his post.</p>
<p>Geert,</p>
<p>Sounds like you have done some work in the worklfow area with Terracotta.  I wanted to point out that the platform we&#8217;re developing is more than just workflow.  I have not checked out your site, but will because we have not yet settled on the workflow engine to be used within our platform.</p>
<p>All,</p>
<p>Now for the shameless sales job:</p>
<p>We are trying to solve several &#8220;recurring problems&#8221; in our domain, which I think are applicable to many applications (being developers, we are inherently lazy and don&#8217;t like writing the same software twice):</p>
<p>1.  Integration&#8230;with anything (thus Mule)<br />
2.  High-volume transactions, upwards of hundreds of millions a day and complex algorithm processing&#8230;thus Grid Computing<br />
3.  Workflow/BPM<br />
4.  Business Rules to drive the end-to-end processing<br />
5.  Real-time analytics to statistically analyze any or all of the hundreds of millions of messages in the system<br />
6.  Configuration &#8211; all of the above are to be configurations and not code to reduce cost of ownership<br />
7.  Commodity hardware.  e.g. the Google model of having one enormous farm of really cheap computers that are self-aware, discovered, assimilated, provisioned and begin working on application logic.</p>
<p>Out of the above, we have about 40% put together already.  Thus the consideration for Open Sourcing the project.  I&#8217;m interested in any other thoughts anyone may have.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2007/08/30/workflow-terracotta/comment-page-1/#comment-7318</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 02 Sep 2007 19:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/08/30/workflow-terracotta/#comment-7318</guid>
		<description>As far as I know no one has clustered Mule with Terracotta.  

The company is just using standard java.util queues, which are clustered via Terracotta.  They are using ActiveMQ as a way to feed their Mule instance with messages I believe, but that that&#039;s not used in the grid servers.</description>
		<content:encoded><![CDATA[<p>As far as I know no one has clustered Mule with Terracotta.  </p>
<p>The company is just using standard java.util queues, which are clustered via Terracotta.  They are using ActiveMQ as a way to feed their Mule instance with messages I believe, but that that&#8217;s not used in the grid servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cerdeira</title>
		<link>http://tech.puredanger.com/2007/08/30/workflow-terracotta/comment-page-1/#comment-7212</link>
		<dc:creator>Cerdeira</dc:creator>
		<pubDate>Fri, 31 Aug 2007 21:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/08/30/workflow-terracotta/#comment-7212</guid>
		<description>Hello,

Nice post

I&#039;m trying to put mule clustered with terracotta, because queues in database are dam slow :)

Can you share some information ?

you made a queue implementation, or you use activemq ?

Cumps</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Nice post</p>
<p>I&#8217;m trying to put mule clustered with terracotta, because queues in database are dam slow :)</p>
<p>Can you share some information ?</p>
<p>you made a queue implementation, or you use activemq ?</p>
<p>Cumps</p>
]]></content:encoded>
	</item>
</channel>
</rss>

