<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Incremental Operations</title>
	<atom:link href="http://ptrthomas.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ptrthomas.wordpress.com</link>
	<description>Peter Thomas</description>
	<lastBuildDate>Thu, 05 Nov 2009 03:10:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on “Perfbench” update: Tapestry 5 and Grails by Peter Thomas</title>
		<link>http://ptrthomas.wordpress.com/2009/09/14/perfbench-update-tapestry-5-and-grails/#comment-13935</link>
		<dc:creator>Peter Thomas</dc:creator>
		<pubDate>Thu, 05 Nov 2009 03:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=508#comment-13935</guid>
		<description>@Robert Fisher: Would be great if you can go through the source and let me know where you think the implementation is not optimal.</description>
		<content:encoded><![CDATA[<p>@Robert Fisher: Would be great if you can go through the source and let me know where you think the implementation is not optimal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on “Perfbench” update: Tapestry 5 and Grails by Robert Fischer</title>
		<link>http://ptrthomas.wordpress.com/2009/09/14/perfbench-update-tapestry-5-and-grails/#comment-13934</link>
		<dc:creator>Robert Fischer</dc:creator>
		<pubDate>Wed, 04 Nov 2009 12:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=508#comment-13934</guid>
		<description>I&#039;m deeply suspicious of the Grails implementation, since the post login with 20 users apparently took 2.5 seconds.  There&#039;s some kind of locking (possibly at the DB?) which is slowing things down artificially.  The fact that the &quot;post confirm booking page&quot; is so much faster is really telling.

If you ignore the post login, then the statement &quot;Grails still has some way to go in terms of performance.&quot; is false to fact.  It&#039;s right in line with Seam on all the counts.

It is granted that Tapestry and Wicket are faster—neither are as full-featured as Grails (as the comments above note), so I&#039;d expect them to be faster.</description>
		<content:encoded><![CDATA[<p>I&#8217;m deeply suspicious of the Grails implementation, since the post login with 20 users apparently took 2.5 seconds.  There&#8217;s some kind of locking (possibly at the DB?) which is slowing things down artificially.  The fact that the &#8220;post confirm booking page&#8221; is so much faster is really telling.</p>
<p>If you ignore the post login, then the statement &#8220;Grails still has some way to go in terms of performance.&#8221; is false to fact.  It&#8217;s right in line with Seam on all the counts.</p>
<p>It is granted that Tapestry and Wicket are faster—neither are as full-featured as Grails (as the comments above note), so I&#8217;d expect them to be faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing Flazr &#8211; download RTMP (Flash video) streams by Greg</title>
		<link>http://ptrthomas.wordpress.com/2009/04/05/announcing-flazr-download-rtmp-flash-video-streams/#comment-13933</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=390#comment-13933</guid>
		<description>Hello,

I&#039;m using a modified version of the &quot;videolectures.groovy&quot; script to download a file from a rtmp streaming server. Unfortunately, I hit the following exception:

22:45:47,338 [AnonymousIoService-12] INFO [RtmpDecoder] - onStatus code: NetStream.Play.Start
22:45:47,393 [AnonymousIoService-13] INFO [RtmpDecoder] - server notify: [[STRING(0x02) &#124;RtmpSampleAccess], [BOOLEAN(0x01) false]]
22:45:47,393 [AnonymousIoService-13] INFO [RtmpDecoder] - server notify: [[STRING(0x02) onStatus], [OBJECT(0x03) [[STRING(0x02) code: NetStream.Data.Start]]]]
22:45:47,404 [AnonymousIoService-13] ERROR [RtmpClient] - exceptionCaught: 
org.apache.mina.filter.codec.ProtocolDecoderException: java.nio.BufferUnderflowException

with a big hexdump following the exception.

flazr is able to connect to the server and seems to start downloading the file. The audio (I&#039;m trying to download an audio-only file) format seems not to be recognized by the RTMP decoder.

Thanks for your help and the great software!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m using a modified version of the &#8220;videolectures.groovy&#8221; script to download a file from a rtmp streaming server. Unfortunately, I hit the following exception:</p>
<p>22:45:47,338 [AnonymousIoService-12] INFO [RtmpDecoder] &#8211; onStatus code: NetStream.Play.Start<br />
22:45:47,393 [AnonymousIoService-13] INFO [RtmpDecoder] &#8211; server notify: [[STRING(0x02) |RtmpSampleAccess], [BOOLEAN(0x01) false]]<br />
22:45:47,393 [AnonymousIoService-13] INFO [RtmpDecoder] &#8211; server notify: [[STRING(0x02) onStatus], [OBJECT(0x03) [[STRING(0x02) code: NetStream.Data.Start]]]]<br />
22:45:47,404 [AnonymousIoService-13] ERROR [RtmpClient] &#8211; exceptionCaught:<br />
org.apache.mina.filter.codec.ProtocolDecoderException: java.nio.BufferUnderflowException</p>
<p>with a big hexdump following the exception.</p>
<p>flazr is able to connect to the server and seems to start downloading the file. The audio (I&#8217;m trying to download an audio-only file) format seems not to be recognized by the RTMP decoder.</p>
<p>Thanks for your help and the great software!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wicket and GWT compared with code by Raziel</title>
		<link>http://ptrthomas.wordpress.com/2008/09/04/wicket-and-gwt-compared-with-code/#comment-13932</link>
		<dc:creator>Raziel</dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=150#comment-13932</guid>
		<description>Given than the evaluation was done a year ago, but there are still recent comments, it&#039;s be interesting to redo the comparison in the latest versions (hint).</description>
		<content:encoded><![CDATA[<p>Given than the evaluation was done a year ago, but there are still recent comments, it&#8217;s be interesting to redo the comparison in the latest versions (hint).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why you should use the Maven Ant Tasks instead of Maven or Ivy by sj2004</title>
		<link>http://ptrthomas.wordpress.com/2009/03/08/why-you-should-use-the-maven-ant-tasks-instead-of-maven-or-ivy/#comment-13931</link>
		<dc:creator>sj2004</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=326#comment-13931</guid>
		<description>You can use maven assembly only for simple stuff. Anything complicated you have to reply on ant task or write your own mojo.</description>
		<content:encoded><![CDATA[<p>You can use maven assembly only for simple stuff. Anything complicated you have to reply on ant task or write your own mojo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF sucks by Padcom</title>
		<link>http://ptrthomas.wordpress.com/2009/05/15/jsf-sucks/#comment-13930</link>
		<dc:creator>Padcom</dc:creator>
		<pubDate>Thu, 29 Oct 2009 10:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=409#comment-13930</guid>
		<description>Hi - check out my blog about JSF - you might find it interesting :D</description>
		<content:encoded><![CDATA[<p>Hi &#8211; check out my blog about JSF &#8211; you might find it interesting :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing Flazr &#8211; download RTMP (Flash video) streams by Kankaqi</title>
		<link>http://ptrthomas.wordpress.com/2009/04/05/announcing-flazr-download-rtmp-flash-video-streams/#comment-13928</link>
		<dc:creator>Kankaqi</dc:creator>
		<pubDate>Sat, 24 Oct 2009 18:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=390#comment-13928</guid>
		<description>Thanks for your reply, sir.
I tried  flazr-0.6.jar, it doesnt work either.
I have used Wireshark to catch every packet (you can see that in my previous post)and analyze it.I think i am almost there, but some parameters are wrong. I will pay you 10 dollars(via paypal) if you can help me solve this problem.
I have also used RTMPDUMP, it wont work either.
Here is the log produced by RTMPDUMP.1.6:

[edit moved large content to &lt;a href=&quot;http://pastebin.com/f563a987c&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;]

I can connect successfully by using both Flazr and RTMPDUMP, but neither will download successfully.No idea why this happened.

And, this video uses SWF verification, which means the swfurl parameter must be &quot;http://www.nbc.com/assets/video/3-0/swf/videoplayer_extension.swf&quot;.

You can see my Email address.If you can help me or have any suggestions, Please contact me or just reply here.I will pay you 10 dollars for your help.Thanks a lot.

Best Regards, Kankaqi</description>
		<content:encoded><![CDATA[<p>Thanks for your reply, sir.<br />
I tried  flazr-0.6.jar, it doesnt work either.<br />
I have used Wireshark to catch every packet (you can see that in my previous post)and analyze it.I think i am almost there, but some parameters are wrong. I will pay you 10 dollars(via paypal) if you can help me solve this problem.<br />
I have also used RTMPDUMP, it wont work either.<br />
Here is the log produced by RTMPDUMP.1.6:</p>
<p>[edit moved large content to <a href="http://pastebin.com/f563a987c" rel="nofollow">here</a>]</p>
<p>I can connect successfully by using both Flazr and RTMPDUMP, but neither will download successfully.No idea why this happened.</p>
<p>And, this video uses SWF verification, which means the swfurl parameter must be &#8220;http://www.nbc.com/assets/video/3-0/swf/videoplayer_extension.swf&#8221;.</p>
<p>You can see my Email address.If you can help me or have any suggestions, Please contact me or just reply here.I will pay you 10 dollars for your help.Thanks a lot.</p>
<p>Best Regards, Kankaqi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing Flazr &#8211; download RTMP (Flash video) streams by Peter Thomas</title>
		<link>http://ptrthomas.wordpress.com/2009/04/05/announcing-flazr-download-rtmp-flash-video-streams/#comment-13926</link>
		<dc:creator>Peter Thomas</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=390#comment-13926</guid>
		<description>I hope that one of the fixes took care of this, not sure.  Can you download the file from here:

http://flazr.com/files/

And replace the existing JAR file you use, (either rename this file or edit the flazr.bat), let me know how it goes.  If this doesn&#039;t fix it, you may have to wait a while, really busy, you could try hack the source of course...</description>
		<content:encoded><![CDATA[<p>I hope that one of the fixes took care of this, not sure.  Can you download the file from here:</p>
<p><a href="http://flazr.com/files/" rel="nofollow">http://flazr.com/files/</a></p>
<p>And replace the existing JAR file you use, (either rename this file or edit the flazr.bat), let me know how it goes.  If this doesn&#8217;t fix it, you may have to wait a while, really busy, you could try hack the source of course&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF sucks by Steffen Schuler</title>
		<link>http://ptrthomas.wordpress.com/2009/05/15/jsf-sucks/#comment-13925</link>
		<dc:creator>Steffen Schuler</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=409#comment-13925</guid>
		<description>...when I think of all the good times that&#039;s been wasted using (Ice/Rich/etc.) Faces... argh! Never ever again - after months of suffering using IceFaces...</description>
		<content:encoded><![CDATA[<p>&#8230;when I think of all the good times that&#8217;s been wasted using (Ice/Rich/etc.) Faces&#8230; argh! Never ever again &#8211; after months of suffering using IceFaces&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing Flazr &#8211; download RTMP (Flash video) streams by Kankaqi</title>
		<link>http://ptrthomas.wordpress.com/2009/04/05/announcing-flazr-download-rtmp-flash-video-streams/#comment-13924</link>
		<dc:creator>Kankaqi</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://ptrthomas.wordpress.com/?p=390#comment-13924</guid>
		<description>Hi,Sir
I need some help on Flazr.
When I am watching the videos on NBC.com,(http://www.nbc.com/saturday-night-live/video/episodes/?vid=1163334#vid=1163334).I use Replay Media Catcher and Wireshark to catch these packets:

[edit moved large content to &lt;a href=&quot;http://pastebin.com/f59ec9ab6&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;]</description>
		<content:encoded><![CDATA[<p>Hi,Sir<br />
I need some help on Flazr.<br />
When I am watching the videos on NBC.com,(http://www.nbc.com/saturday-night-live/video/episodes/?vid=1163334#vid=1163334).I use Replay Media Catcher and Wireshark to catch these packets:</p>
<p>[edit moved large content to <a href="http://pastebin.com/f59ec9ab6" rel="nofollow">here</a>]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
