<?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: New image	</title>
	<atom:link href="https://www.dragonflydigest.com/2004/03/05/new-image/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com/2004/03/05/new-image/</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Sun, 07 Mar 2004 06:30:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Justin C. Sherrill		</title>
		<link>https://www.dragonflydigest.com/2004/03/05/new-image/comment-page-1/#comment-155</link>

		<dc:creator><![CDATA[Justin C. Sherrill]]></dc:creator>
		<pubDate>Sun, 07 Mar 2004 06:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=288#comment-155</guid>

					<description><![CDATA[The newtoken code arose out of Matt talking about something with Bosko Milekic - mentioned here.

He did post some more about it, but I didn&#039;t reprint it on the page.  I hope to have improved mailing list archives up soon, so that may make the conversation accessible.
]]></description>
			<content:encoded><![CDATA[<p>The newtoken code arose out of Matt talking about something with Bosko Milekic &#8211; mentioned here.</p>
<p>He did post some more about it, but I didn&#8217;t reprint it on the page.  I hope to have improved mailing list archives up soon, so that may make the conversation accessible.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Trent Townsend		</title>
		<link>https://www.dragonflydigest.com/2004/03/05/new-image/comment-page-1/#comment-154</link>

		<dc:creator><![CDATA[Trent Townsend]]></dc:creator>
		<pubDate>Sat, 06 Mar 2004 22:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=288#comment-154</guid>

					<description><![CDATA[I also have a (silly/perfectly valid) question, which will follow a few reitterated statements about the newtoken code, as I (mis)understand it. 

The old token code was (IIRC) per-CPU, meaning that when a thread on one CPU needed to grab the token of another CPU, and IPI message gets sent to the owning CPU in order to make the switch. In order for threads on the original owning CPU to get the token back so that they can continue doing what they are doing, another IPI message would be sent off to the new CPU owning the token. That is part of the cause of the overhead that made the old token code inefficient, along with the fact that threads had to enter into a critical section in order to acquire the tokens, preventing IPI messaging a token away. 

The new token code, from the description in the mailing lists, and on the DragonFly site say nothing about the new code, except that threads no longer need to enter into a critical section to get a token, and that any number of threads may aquire and hold a token at once, but that only one of those threads will be running at any given time. 

Is this a global (as in not per-CPU) serialization; does this mean that (for an extreme example) if *every* thread on an SMP system holds the same token, that only *one* of them will run? Is this the reason for the rumors of poor performance in DF after the newtoken commit? 

The explanation on DragonFlyBSD.org is really not very clear here, and I&#039;m not exactly that adept yet at reading kernel source code. Could anyone here fill me in? I would be greatful.]]></description>
			<content:encoded><![CDATA[<p>I also have a (silly/perfectly valid) question, which will follow a few reitterated statements about the newtoken code, as I (mis)understand it. </p>
<p>The old token code was (IIRC) per-CPU, meaning that when a thread on one CPU needed to grab the token of another CPU, and IPI message gets sent to the owning CPU in order to make the switch. In order for threads on the original owning CPU to get the token back so that they can continue doing what they are doing, another IPI message would be sent off to the new CPU owning the token. That is part of the cause of the overhead that made the old token code inefficient, along with the fact that threads had to enter into a critical section in order to acquire the tokens, preventing IPI messaging a token away. </p>
<p>The new token code, from the description in the mailing lists, and on the DragonFly site say nothing about the new code, except that threads no longer need to enter into a critical section to get a token, and that any number of threads may aquire and hold a token at once, but that only one of those threads will be running at any given time. </p>
<p>Is this a global (as in not per-CPU) serialization; does this mean that (for an extreme example) if *every* thread on an SMP system holds the same token, that only *one* of them will run? Is this the reason for the rumors of poor performance in DF after the newtoken commit? </p>
<p>The explanation on DragonFlyBSD.org is really not very clear here, and I&#8217;m not exactly that adept yet at reading kernel source code. Could anyone here fill me in? I would be greatful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Justin C. Sherrill		</title>
		<link>https://www.dragonflydigest.com/2004/03/05/new-image/comment-page-1/#comment-153</link>

		<dc:creator><![CDATA[Justin C. Sherrill]]></dc:creator>
		<pubDate>Sat, 06 Mar 2004 02:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=288#comment-153</guid>

					<description><![CDATA[A perfectly valid question - and yes, it does contain the newtoken code.]]></description>
			<content:encoded><![CDATA[<p>A perfectly valid question &#8211; and yes, it does contain the newtoken code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Some Guy		</title>
		<link>https://www.dragonflydigest.com/2004/03/05/new-image/comment-page-1/#comment-152</link>

		<dc:creator><![CDATA[Some Guy]]></dc:creator>
		<pubDate>Fri, 05 Mar 2004 22:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=288#comment-152</guid>

					<description><![CDATA[Stupid question, but does this release contain the &#039;newtoken&#039; code?]]></description>
			<content:encoded><![CDATA[<p>Stupid question, but does this release contain the &#8216;newtoken&#8217; code?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
