<?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 for lustratus LiteBytes &#187; Market Analysis for Infrastructure Software from Lustratus Research Limited</title>
	<atom:link href="http://www.lustratusrepama.com/litebytes/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lustratusrepama.com/litebytes</link>
	<description>Market Analysis for Infrastructure Software</description>
	<lastBuildDate>Mon, 01 Nov 2010 20:36:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=471</generator>
	<item>
		<title>Comment on CICS and PHP &#8211; DON&#8217;T PANIC by AJ Brown</title>
		<link>http://www.lustratusrepama.com/litebytes/2010/cics-and-php-dont-panic/comment-page-1/#comment-3422</link>
		<dc:creator>AJ Brown</dc:creator>
		<pubDate>Mon, 01 Nov 2010 20:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lustratusrepama.com/litebytes/?p=1132#comment-3422</guid>
		<description>It&#039;s great to see transactional support of any kind for a cloud language... be it PHP or not (which I happen to like). Java, C#, Ruby... they all need the ability to put forth ACID transactions both to the data grid AND to the persistent data store. Until this capability is widely available for a variety of platforms, we probably won&#039;t see mainstream IT organizations moving many of their mission-critical OLTP apps into the cloud.</description>
		<content:encoded><![CDATA[<p>It&#8217;s great to see transactional support of any kind for a cloud language&#8230; be it PHP or not (which I happen to like). Java, C#, Ruby&#8230; they all need the ability to put forth ACID transactions both to the data grid AND to the persistent data store. Until this capability is widely available for a variety of platforms, we probably won&#8217;t see mainstream IT organizations moving many of their mission-critical OLTP apps into the cloud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Micro Focus Server for SOA miss the point? by Vivekanand Kurdikeri</title>
		<link>http://www.lustratusrepama.com/litebytes/2006/does-micro-focus-server-for-soa-miss-the-point/comment-page-1/#comment-777</link>
		<dc:creator>Vivekanand Kurdikeri</dc:creator>
		<pubDate>Fri, 16 Jul 2010 11:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lustratusrepama.com/litebytes/uncategorized/does-micro-focus-server-for-soa-miss-the-point/#comment-777</guid>
		<description>I think Micro Focus has done a tremodeous introduction of Web Service from a COBOL. May not be a complete SOA product as the blog is trying to pin point, but definitely many steps closer. 
It definitely avoids usage of an app server/web server + JNI + C program and the COBOL integration to the SOA Architecture. All these replaced right out of the box from Net Server.</description>
		<content:encoded><![CDATA[<p>I think Micro Focus has done a tremodeous introduction of Web Service from a COBOL. May not be a complete SOA product as the blog is trying to pin point, but definitely many steps closer.<br />
It definitely avoids usage of an app server/web server + JNI + C program and the COBOL integration to the SOA Architecture. All these replaced right out of the box from Net Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CICS and PHP &#8211; DON&#8217;T PANIC by Ian J Mitchell</title>
		<link>http://www.lustratusrepama.com/litebytes/2010/cics-and-php-dont-panic/comment-page-1/#comment-497</link>
		<dc:creator>Ian J Mitchell</dc:creator>
		<pubDate>Tue, 15 Jun 2010 17:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lustratusrepama.com/litebytes/?p=1132#comment-497</guid>
		<description>Hi Steve,
Well, we don&#039;t actually *demand* that you host the PHP in regions separate to those running your COBOL applications - it&#039;s just probably a good idea. The Dynamic Scripting FeaturePack which includes this PHP support alongside much of the rest of the capabilities we&#039;re gaining from WebSphere sMash/ProjectZero is something additional to run in a CICS region. So if you need to invoke a COBOL program from your PHP script it can be a local link or a DPL (and so eligible for workload management).

The Dynamic Scripting technology runs in a JVM (just as it does in WebSphere sMash), but the new aspect is that we&#039;re using the new JVMServers in V4.1. These vastly improve the concurrent capacity for JVMs in CICS (into the *hundreds* of concurrent tasks executing Java - zAAP-eligible and on OTE TCBs) by employing multiple threads in the JVM. (This is in contrast to the JVM pool model which isolates each task into its own JVM, which is a more memory-demanding option.)

I think we&#039;ve achieved a really good combination of bringing a really modern environment to CICS, but building on all the best practises that makes CICS such a safe, secure, scalable and adaptable environment.

Ian J Mitchell, IBM Distinguished Engineer - CICS Portfolio Architect, IBM Hursley.</description>
		<content:encoded><![CDATA[<p>Hi Steve,<br />
Well, we don&#8217;t actually *demand* that you host the PHP in regions separate to those running your COBOL applications &#8211; it&#8217;s just probably a good idea. The Dynamic Scripting FeaturePack which includes this PHP support alongside much of the rest of the capabilities we&#8217;re gaining from WebSphere sMash/ProjectZero is something additional to run in a CICS region. So if you need to invoke a COBOL program from your PHP script it can be a local link or a DPL (and so eligible for workload management).</p>
<p>The Dynamic Scripting technology runs in a JVM (just as it does in WebSphere sMash), but the new aspect is that we&#8217;re using the new JVMServers in V4.1. These vastly improve the concurrent capacity for JVMs in CICS (into the *hundreds* of concurrent tasks executing Java &#8211; zAAP-eligible and on OTE TCBs) by employing multiple threads in the JVM. (This is in contrast to the JVM pool model which isolates each task into its own JVM, which is a more memory-demanding option.)</p>
<p>I think we&#8217;ve achieved a really good combination of bringing a really modern environment to CICS, but building on all the best practises that makes CICS such a safe, secure, scalable and adaptable environment.</p>
<p>Ian J Mitchell, IBM Distinguished Engineer &#8211; CICS Portfolio Architect, IBM Hursley.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AMQP &#8211; Great idea, but it will never work by Rick Warren</title>
		<link>http://www.lustratusrepama.com/litebytes/2007/amqp-great-idea-but-it-will-never-work/comment-page-1/#comment-150</link>
		<dc:creator>Rick Warren</dc:creator>
		<pubDate>Fri, 02 Apr 2010 23:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lustratusrepama.com/litebytes/uncategorized/amqp-great-idea-but-it-will-never-work/#comment-150</guid>
		<description>As someone who has worked on DDS from an implementation perspective as well as an OMG standards perspective, I hope I can offer some clarification to the issues John has raised.

Let me go in reverse order:

2. In regards to the communications paradigm: This probably isn&#039;t the right forum for a prolonged architectural discussion, but in general you&#039;re correct, John. DDS is about peer-to-peer data-centric distribution, not about a store-and-forward message passig. I think this gets back to the distinction Thorlin originally made between message-oriented vs. data-oriented communication, which does have implications for where your state gets maintained.

1. In regards to patents: The OMG requires any implementers participating in its process (including RTI, PrismTech, and others) to provide fair and and non-discriminatory terms to all users as well as to all other implementers for any relevant patents they may have. Speaking from pure self interest: creating and implementing standards is expensive and time consuming. The vendors who work on OMG specifications do so to increase the size of the ecosystem in which our products play. We *want* people to implement those specifications! It would be completely self-sabotaging if after, say, creating the specification for DDS interoperability we then acted to prevent anyone from interoperating with us.

1. In regards to DDS implementations and their business models: I can&#039;t say what you found four or five years ago, John, but I&#039;m happy to say that today there are a number of DDS implementations available under a variety of free and commercial licenses. See http://www.omgwiki.org/dds/category/web-links/vendors for an incomplete list. The open-source implementations differ in the sizes and cultures of their respective communities, and the closed-source implementations differ in whether and how they provide source and the level of support they offer. Each DDS user can decide what makes sense for them.

Regards,
- Rick</description>
		<content:encoded><![CDATA[<p>As someone who has worked on DDS from an implementation perspective as well as an OMG standards perspective, I hope I can offer some clarification to the issues John has raised.</p>
<p>Let me go in reverse order:</p>
<p>2. In regards to the communications paradigm: This probably isn&#8217;t the right forum for a prolonged architectural discussion, but in general you&#8217;re correct, John. DDS is about peer-to-peer data-centric distribution, not about a store-and-forward message passig. I think this gets back to the distinction Thorlin originally made between message-oriented vs. data-oriented communication, which does have implications for where your state gets maintained.</p>
<p>1. In regards to patents: The OMG requires any implementers participating in its process (including RTI, PrismTech, and others) to provide fair and and non-discriminatory terms to all users as well as to all other implementers for any relevant patents they may have. Speaking from pure self interest: creating and implementing standards is expensive and time consuming. The vendors who work on OMG specifications do so to increase the size of the ecosystem in which our products play. We *want* people to implement those specifications! It would be completely self-sabotaging if after, say, creating the specification for DDS interoperability we then acted to prevent anyone from interoperating with us.</p>
<p>1. In regards to DDS implementations and their business models: I can&#8217;t say what you found four or five years ago, John, but I&#8217;m happy to say that today there are a number of DDS implementations available under a variety of free and commercial licenses. See <a href="http://www.omgwiki.org/dds/category/web-links/vendors" rel="nofollow">http://www.omgwiki.org/dds/category/web-links/vendors</a> for an incomplete list. The open-source implementations differ in the sizes and cultures of their respective communities, and the closed-source implementations differ in whether and how they provide source and the level of support they offer. Each DDS user can decide what makes sense for them.</p>
<p>Regards,<br />
- Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Did Teilhard&#8217;s JuxtaComm patent wipe out IBM, Microsoft and SAP? by Steve Craggs</title>
		<link>http://www.lustratusrepama.com/litebytes/2009/did-teilhards-juxtacomm-patent-wipe-out-ibm-microsoft-and-sap/comment-page-1/#comment-116</link>
		<dc:creator>Steve Craggs</dc:creator>
		<pubDate>Sat, 12 Dec 2009 09:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lustratusrepama.com/litebytes/?p=1057#comment-116</guid>
		<description>Subsequent to my post, the Calgary Herald ran an article (http://www.calgaryherald.com/business/Patent+payout+splits+Calgary+firm+shareholders/2324233/story.html) about the Teilhard court action, in which it stated that the company is paying a dividend of 20 cents per share to shareholders. It also states that there are just over 100 Million shares outstanding, giving a payout total of $20M. 

Ken Prather, Teilhard CEO, was interviewed as part of the article research, which seems to confirm these statements as fact. 

Of course, there may well be more dividends to follow, but at this stage this would suggest that perhaps the agreed settlements are not going to bankrupt IBM, Microsoft and SAP after all.</description>
		<content:encoded><![CDATA[<p>Subsequent to my post, the Calgary Herald ran an article (<a href="http://www.calgaryherald.com/business/Patent+payout+splits+Calgary+firm+shareholders/2324233/story.html" rel="nofollow">http://www.calgaryherald.com/business/Patent+payout+splits+Calgary+firm+shareholders/2324233/story.html</a>) about the Teilhard court action, in which it stated that the company is paying a dividend of 20 cents per share to shareholders. It also states that there are just over 100 Million shares outstanding, giving a payout total of $20M. </p>
<p>Ken Prather, Teilhard CEO, was interviewed as part of the article research, which seems to confirm these statements as fact. </p>
<p>Of course, there may well be more dividends to follow, but at this stage this would suggest that perhaps the agreed settlements are not going to bankrupt IBM, Microsoft and SAP after all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AMQP &#8211; Great idea, but it will never work by John O'Hara</title>
		<link>http://www.lustratusrepama.com/litebytes/2007/amqp-great-idea-but-it-will-never-work/comment-page-1/#comment-115</link>
		<dc:creator>John O'Hara</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lustratusrepama.com/litebytes/uncategorized/amqp-great-idea-but-it-will-never-work/#comment-115</guid>
		<description>Now, this is a late reply!

@Thorlin. I looked at DDS before embarking on AMQP (I also looked at a ton of other protocol; I really didn&#039;t want to do this *again*!).  I also looked at XMPP, and many others.

Two things:
1) DDS appeared, at the time, to be a mysteriously encumbered.  There was one commercial implementation, no open ones, and dark hints at patented technologies around the DDS spec which the OMG licensing permits.  I see just this year PrismTech has done something open source; but 4 years after I started looking..... and LGPL may or may not say anything about patents.
2) DDS appears to be more about event propagation and less about store-and-forward.  The bias in AMQP is the other way around - it&#039;s pretty state heavy.

I like DDS, if the protocol had been genuinely unencumbered it was a contender.  But this was not the business model of its sponsors at the time.

Have you noticed in AMQP that every company contributing has already granted all necessary patent rights they hold to other users and implementors?  Even IPR-heavy firms like Cisco, Novell and Microsoft.

Best regards
John</description>
		<content:encoded><![CDATA[<p>Now, this is a late reply!</p>
<p>@Thorlin. I looked at DDS before embarking on AMQP (I also looked at a ton of other protocol; I really didn&#8217;t want to do this *again*!).  I also looked at XMPP, and many others.</p>
<p>Two things:<br />
1) DDS appeared, at the time, to be a mysteriously encumbered.  There was one commercial implementation, no open ones, and dark hints at patented technologies around the DDS spec which the OMG licensing permits.  I see just this year PrismTech has done something open source; but 4 years after I started looking&#8230;.. and LGPL may or may not say anything about patents.<br />
2) DDS appears to be more about event propagation and less about store-and-forward.  The bias in AMQP is the other way around &#8211; it&#8217;s pretty state heavy.</p>
<p>I like DDS, if the protocol had been genuinely unencumbered it was a contender.  But this was not the business model of its sponsors at the time.</p>
<p>Have you noticed in AMQP that every company contributing has already granted all necessary patent rights they hold to other users and implementors?  Even IPR-heavy firms like Cisco, Novell and Microsoft.</p>
<p>Best regards<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Come in Texas East District Court, your time is up by Jeff Darcy</title>
		<link>http://www.lustratusrepama.com/litebytes/2009/come-in-texas-east-district-court-your-time-is-up/comment-page-1/#comment-113</link>
		<dc:creator>Jeff Darcy</dc:creator>
		<pubDate>Mon, 07 Dec 2009 14:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://lustratusrepama.com/litebytes/?p=10#comment-113</guid>
		<description>The important thing to remember about patents is that they&#039;re all about the claims.  While the bulk of the document is often taken up with long descriptions of obvious things, that&#039;s largely irrelevant.  If the claims cover only some non-obvious combination of those things, then the patent can still be considered valid (to the extent that software patents are ever valid).

None of that applies in this case, though.  As I&#039;ve written about on my own site (see http://pl.atyp.us/wordpress/?p=2572), the ideas in Prust&#039;s patents were at the very least obvious and might even have been present in publicly available implementations - all at the time of filing, not just when the patents were granted.  I&#039;m practically certain that there&#039;s abundant prior art to invalidate all three, if only somebody would track down the people from now-failed dot-com companies that were involved.</description>
		<content:encoded><![CDATA[<p>The important thing to remember about patents is that they&#8217;re all about the claims.  While the bulk of the document is often taken up with long descriptions of obvious things, that&#8217;s largely irrelevant.  If the claims cover only some non-obvious combination of those things, then the patent can still be considered valid (to the extent that software patents are ever valid).</p>
<p>None of that applies in this case, though.  As I&#8217;ve written about on my own site (see <a href="http://pl.atyp.us/wordpress/?p=2572" rel="nofollow">http://pl.atyp.us/wordpress/?p=2572</a>), the ideas in Prust&#8217;s patents were at the very least obvious and might even have been present in publicly available implementations &#8211; all at the time of filing, not just when the patents were granted.  I&#8217;m practically certain that there&#8217;s abundant prior art to invalidate all three, if only somebody would track down the people from now-failed dot-com companies that were involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is the time right for Progress Software to be bought? by Progress Software to Restructure Again &#8211; Changing Corporate DNA &#124; Lustratus REPAMA</title>
		<link>http://www.lustratusrepama.com/litebytes/2009/is-the-time-right-for-progress-software-to-be-bought/comment-page-1/#comment-112</link>
		<dc:creator>Progress Software to Restructure Again &#8211; Changing Corporate DNA &#124; Lustratus REPAMA</dc:creator>
		<pubDate>Mon, 07 Dec 2009 12:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lustratusrepama.com/litebytes/uncategorized/is-the-time-right-for-progress-software-to-be-bought/#comment-112</guid>
		<description>[...] tough economic climate. My colleague Steve Craggs asked the question a little while ago whether the time is right for Progress to be acquired. It obviously wasn&#8217;t then but surely that point is getting [...]</description>
		<content:encoded><![CDATA[<p>[...] tough economic climate. My colleague Steve Craggs asked the question a little while ago whether the time is right for Progress to be acquired. It obviously wasn&#8217;t then but surely that point is getting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BAM vs BI by Emil</title>
		<link>http://www.lustratusrepama.com/litebytes/2009/bam-vs-bi/comment-page-1/#comment-2</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Tue, 27 Oct 2009 21:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://lustratusrepama.com/litebytes/?p=9#comment-2</guid>
		<description>Good article.
Thanks,
Emil
</description>
		<content:encoded><![CDATA[<p>Good article.<br />
Thanks,<br />
Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So Oracle got Sun &#8211; but why? by Business Opportunities</title>
		<link>http://www.lustratusrepama.com/litebytes/2009/so-oracle-got-sun-but-why/comment-page-1/#comment-8</link>
		<dc:creator>Business Opportunities</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://lustratusrepama.com/litebytes/?p=24#comment-8</guid>
		<description>Oracle has stepped up the rhetoric when it comes to its plans for Sun. In a message to Sun customers, the company said it would &quot;dramatically improve Sun&#039;s hardware performance by tightly integrating Oracle software and Sun hardware
</description>
		<content:encoded><![CDATA[<p>Oracle has stepped up the rhetoric when it comes to its plans for Sun. In a message to Sun customers, the company said it would &#8220;dramatically improve Sun&#8217;s hardware performance by tightly integrating Oracle software and Sun hardware</p>
]]></content:encoded>
	</item>
</channel>
</rss>

