<?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 Linux Live</title> <atom:link href="http://linuxlive.ponderworthy.org/comments/feed/" rel="self" type="application/rss+xml" /><link>http://linuxlive.ponderworthy.org</link> <description>Getting Linux hardened and ready for live audio and other hard work</description> <lastBuildDate>Mon, 07 Jun 2010 22:58:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Comment on Use all of your cores on multicore CPU (command line) by Ole Tange</title><link>http://linuxlive.ponderworthy.org/2010/03/04/use-all-of-your-cores-on-multicore-cpu-command-line/comment-page-1/#comment-361</link> <dc:creator>Ole Tange</dc:creator> <pubDate>Mon, 07 Jun 2010 22:58:39 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=335#comment-361</guid> <description>You may also be interested in looking at GNU Parallel http://www.gnu.org/software/parallel/
It solves many of the same problems but often has a more readable syntax.</description> <content:encoded><![CDATA[<p>You may also be interested in looking at GNU Parallel <a
href="http://www.gnu.org/software/parallel/" rel="nofollow">http://www.gnu.org/software/parallel/</a><br
/> It solves many of the same problems but often has a more readable syntax.</p> ]]></content:encoded> </item> <item><title>Comment on ALSA and Jack Cooperate using PulseAudio by whammo</title><link>http://linuxlive.ponderworthy.org/2009/10/29/coexisting-alsa-and-jack-with-pulseaudio/comment-page-1/#comment-315</link> <dc:creator>whammo</dc:creator> <pubDate>Tue, 18 May 2010 08:33:27 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=57#comment-315</guid> <description>It has been pointed out that Xubuntu does not implement Pulse, I&#039;d like to point out Kubuntu does not either. Pretty sure any distro that does not depend on current Gnome will not force it.It&#039;s nice to try to find the silver lining, but for matters of latency in realtime, there can be no compromise.</description> <content:encoded><![CDATA[<p>It has been pointed out that Xubuntu does not implement Pulse, I&#8217;d like to point out Kubuntu does not either. Pretty sure any distro that does not depend on current Gnome will not force it.</p><p>It&#8217;s nice to try to find the silver lining, but for matters of latency in realtime, there can be no compromise.</p> ]]></content:encoded> </item> <item><title>Comment on Causes of ALSA Confusion by admin</title><link>http://linuxlive.ponderworthy.org/2009/11/02/causes-of-alsa-confusion/comment-page-1/#comment-90</link> <dc:creator>admin</dc:creator> <pubDate>Fri, 12 Feb 2010 17:22:19 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=90#comment-90</guid> <description>You are most welcome :-)</description> <content:encoded><![CDATA[<p>You are most welcome <img
src='http://linuxlive.ponderworthy.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on an xrun (latency) killer:  -S with jack2 by admin</title><link>http://linuxlive.ponderworthy.org/2009/12/18/an-xrun-latency-killer-s-with-jack2/comment-page-1/#comment-89</link> <dc:creator>admin</dc:creator> <pubDate>Fri, 12 Feb 2010 17:22:06 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=225#comment-89</guid> <description>Wow.  Have you found anything interesting to adjust using this info?  And do you use async, or sync? :-)</description> <content:encoded><![CDATA[<p>Wow.  Have you found anything interesting to adjust using this info?  And do you use async, or sync? <img
src='http://linuxlive.ponderworthy.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on an xrun (latency) killer:  -S with jack2 by fitzhugh</title><link>http://linuxlive.ponderworthy.org/2009/12/18/an-xrun-latency-killer-s-with-jack2/comment-page-1/#comment-87</link> <dc:creator>fitzhugh</dc:creator> <pubDate>Tue, 09 Feb 2010 01:41:27 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=225#comment-87</guid> <description>I think the following sheds some light on the reason for async/sync modes and, specifically, why async runs slower:http://orford.org/assets/jack.php - near the bottom under framedropping:
...Stephane Letz has implemented this feature [framedropping to avoid booting slow clients when you want elegant degradation more than 100% perfection], ju as part of the
alternative Jack implemtation, Jackdmp (jackd-multi-processor).
Jackdmp calls this &quot;asynchronous activation mode&quot;.
It adds an extra &#039;process-cycle&#039; to allow for failed clients.
http://www.grame.fr/Recherche/Publications/list/list.php?lang=fr contains
a technical paper with the details. It works by timeslicing each period
into multiple parts, and each cpu core is allocated all the nodes for one
of the timeslices.</description> <content:encoded><![CDATA[<p>I think the following sheds some light on the reason for async/sync modes and, specifically, why async runs slower:</p><p><a
href="http://orford.org/assets/jack.php" rel="nofollow">http://orford.org/assets/jack.php</a> &#8211; near the bottom under framedropping:<br
/> &#8230;Stephane Letz has implemented this feature [framedropping to avoid booting slow clients when you want elegant degradation more than 100% perfection], ju as part of the<br
/> alternative Jack implemtation, Jackdmp (jackd-multi-processor).<br
/> Jackdmp calls this &#8220;asynchronous activation mode&#8221;.<br
/> It adds an extra &#8216;process-cycle&#8217; to allow for failed clients.<br
/> <a
href="http://www.grame.fr/Recherche/Publications/list/list.php?lang=fr" rel="nofollow">http://www.grame.fr/Recherche/Publications/list/list.php?lang=fr</a> contains<br
/> a technical paper with the details. It works by timeslicing each period<br
/> into multiple parts, and each cpu core is allocated all the nodes for one<br
/> of the timeslices.</p> ]]></content:encoded> </item> <item><title>Comment on Causes of ALSA Confusion by fitzhugh</title><link>http://linuxlive.ponderworthy.org/2009/11/02/causes-of-alsa-confusion/comment-page-1/#comment-86</link> <dc:creator>fitzhugh</dc:creator> <pubDate>Mon, 08 Feb 2010 23:08:44 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=90#comment-86</guid> <description>Thank you for sharing all the lessons you&#039;re learning! It makes it much easier for others :)</description> <content:encoded><![CDATA[<p>Thank you for sharing all the lessons you&#8217;re learning! It makes it much easier for others <img
src='http://linuxlive.ponderworthy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on an xrun (latency) killer:  -S with jack2 by Jonathan E. Brickman</title><link>http://linuxlive.ponderworthy.org/2009/12/18/an-xrun-latency-killer-s-with-jack2/comment-page-1/#comment-30</link> <dc:creator>Jonathan E. Brickman</dc:creator> <pubDate>Mon, 18 Jan 2010 05:34:10 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=225#comment-30</guid> <description>You are most welcome, Guru :-)  And thanks for writing.  I will be moving linuxlive to a new server very shortly, but all the pages should stay up.  Not sure about URLs though.</description> <content:encoded><![CDATA[<p>You are most welcome, Guru <img
src='http://linuxlive.ponderworthy.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> And thanks for writing.  I will be moving linuxlive to a new server very shortly, but all the pages should stay up.  Not sure about URLs though.</p> ]]></content:encoded> </item> <item><title>Comment on an xrun (latency) killer:  -S with jack2 by Guru Prasad</title><link>http://linuxlive.ponderworthy.org/2009/12/18/an-xrun-latency-killer-s-with-jack2/comment-page-1/#comment-29</link> <dc:creator>Guru Prasad</dc:creator> <pubDate>Fri, 15 Jan 2010 16:21:58 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=225#comment-29</guid> <description>Jonathan, I completely concur with your observation. Jack2 is indeed an xrun killer. And the improved stability is also quite noticable on single core systems - I&#039;m seeing stable performance using Linuxsampler on my old Celeron notebook! . Thanks for the heads-up!
Cheers,
Guru</description> <content:encoded><![CDATA[<p>Jonathan, I completely concur with your observation. Jack2 is indeed an xrun killer. And the improved stability is also quite noticable on single core systems &#8211; I&#8217;m seeing stable performance using Linuxsampler on my old Celeron notebook! . Thanks for the heads-up!<br
/> Cheers,<br
/> Guru</p> ]]></content:encoded> </item> <item><title>Comment on ALSA and Jack Cooperate using PulseAudio by Jonathan E. Brickman</title><link>http://linuxlive.ponderworthy.org/2009/10/29/coexisting-alsa-and-jack-with-pulseaudio/comment-page-1/#comment-14</link> <dc:creator>Jonathan E. Brickman</dc:creator> <pubDate>Sat, 12 Dec 2009 16:34:12 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=57#comment-14</guid> <description>No, the opinions in this post and all the others on this site are not &lt;U&gt;exclusively&lt;/U&gt; mine.</description> <content:encoded><![CDATA[<p>No, the opinions in this post and all the others on this site are not <u>exclusively</u> mine.</p> ]]></content:encoded> </item> <item><title>Comment on ALSA and Jack Cooperate using PulseAudio by iro4ka</title><link>http://linuxlive.ponderworthy.org/2009/10/29/coexisting-alsa-and-jack-with-pulseaudio/comment-page-1/#comment-13</link> <dc:creator>iro4ka</dc:creator> <pubDate>Wed, 09 Dec 2009 23:53:22 +0000</pubDate> <guid
isPermaLink="false">http://linuxlive.joshuacorps.org/?p=57#comment-13</guid> <description>Dear Author linuxlive.joshuacorps.org !
It exclusively your opinion</description> <content:encoded><![CDATA[<p>Dear Author linuxlive.joshuacorps.org !<br
/> It exclusively your opinion</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 11/18 queries in 0.010 seconds using disk

Served from: linuxlive.ponderworthy.org @ 2010-09-04 03:18:45 -->