<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>publication | FreeBSD Foundation</title>
	<atom:link href="https://freebsdfoundation.org/tag/publication/feed/" rel="self" type="application/rss+xml" />
	<link>https://freebsdfoundation.org</link>
	<description>A non-profit organization dedicated to supporting and building the FreeBSD Project</description>
	<lastBuildDate>Wed, 10 Jul 2019 21:43:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://freebsdfoundation.org/wp-content/uploads/2015/12/favicon.png</url>
	<title>publication | FreeBSD Foundation</title>
	<link>https://freebsdfoundation.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Summary of DTrace Project</title>
		<link>https://freebsdfoundation.org/blog/summary-of-dtrace-project/</link>
		
		<dc:creator><![CDATA[Dru Lavigne]]></dc:creator>
		<pubDate>Sat, 25 Sep 2010 05:54:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">https://www.freebsdfoundation.org/?p=343</guid>

					<description><![CDATA[<p>Rui Paulo recently committed to FreeBSD HEAD the userland DTrace support, marking the completion of this FreeBSD Foundation sponsored project. Rui summarizes his work as follows: DTrace, which originated on Solaris 10, is a comprehensive tracing framework that allows the instrumentation of software. FreeBSD has had DTrace support since 7.0, but until now tracing userland [&#8230;]</p>
<p>The post <a href="https://freebsdfoundation.org/blog/summary-of-dtrace-project/">Summary of DTrace Project</a> first appeared on <a href="https://freebsdfoundation.org">FreeBSD Foundation</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class="block block-classic-editor">
<p>Rui Paulo recently committed to FreeBSD HEAD the userland DTrace support, marking the completion of this FreeBSD Foundation sponsored project. Rui summarizes his work as follows:</p>
<p>DTrace, which originated on Solaris 10, is a comprehensive tracing framework that allows the instrumentation of software. FreeBSD has had DTrace support since 7.0, but until now tracing userland programs was not possible. Now that this project is complete, anyone can use DTrace with userland programs.</p>
<p>Tracing and instrumenting userland programs is very important because it allows the understanding of what&#8217;s going on, especially on highly complex systems such as databases, web servers, and language interpreters. Since DTrace on FreeBSD now has the ability to instrument both the kernel and the userland program, you can get very meaningful data on how your program is behaving and why.</p>
<p>Companies building products on FreeBSD now have the ability to create better products and find about problems faster then before.</p>
<p>This project focused on allowing the creation of DTrace pid probes, userland statically defined probes (aka USDT), importing plockstat (a DTrace utility to measure lock contention in the pthread library), importing dtruss (a system call tracing utility similar to ktrace) and enabling FreeBSD DTrace support on MySQL and PostgreSQL.</p>
<p>Merges to upcoming FreeBSD releases (8.2 and 7.4) are being <a title="thought out" href="http://comments.gmane.org/gmane.os.freebsd.stable/71989" target="_blank">thought out</a>, but it&#8217;s likely they will happen.</p>
</section><p>The post <a href="https://freebsdfoundation.org/blog/summary-of-dtrace-project/">Summary of DTrace Project</a> first appeared on <a href="https://freebsdfoundation.org">FreeBSD Foundation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How the FreeBSD Project&#8217;s Processes Help Companies Build Products</title>
		<link>https://freebsdfoundation.org/blog/how-the-freebsd-projects-processes-help-companies-build-products/</link>
		
		<dc:creator><![CDATA[Dru Lavigne]]></dc:creator>
		<pubDate>Fri, 01 Jan 2010 07:43:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">https://www.freebsdfoundation.org/?p=330</guid>

					<description><![CDATA[<p>George Neville-Neil has written the lead article for the January issue of the Open Source Business Resource (OSBR) and the FreeBSD Foundation is the sponsor for this month&#8217;s issue. The entire issue is available as a PDF and George&#8217;s article is also available in HTML. You are welcome to host/translate a copy of the PDF [&#8230;]</p>
<p>The post <a href="https://freebsdfoundation.org/blog/how-the-freebsd-projects-processes-help-companies-build-products/">How the FreeBSD Project’s Processes Help Companies Build Products</a> first appeared on <a href="https://freebsdfoundation.org">FreeBSD Foundation</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class="block block-classic-editor">
<p><a href="http://www.neville-neil.com/" target="_blank">George Neville-Neil</a> has written the lead article for the January issue of the Open Source Business Resource (OSBR) and the FreeBSD Foundation is the sponsor for this month&#8217;s issue. The entire issue is available as a <a href="http://www.osbr.ca/ojs/index.php/osbr/article/view/1020/980" target="_blank">PDF</a> and George&#8217;s article is also available in <a href="http://www.osbr.ca/ojs/index.php/osbr/article/view/1022/982" target="_blank">HTML</a>. You are welcome to host/translate a copy of the PDF or article elsewhere as long as you attribute George as the author and the OSBR as the original publication source.</p>
<p>From the article&#8217;s abstract:</p>
<p>The processes that open source projects use to produce new work and maintain the quality of their code base is a subject that comes up infrequently in discussions of open source. One reason for this is that engineers and programmers are usually loathe to deal with issues that are not directly related to the piece of code or technology that they are working on.</p>
<p>Successful businesses know that good processes lead to continued success. The attributes that attract a business to an open source project are stability, reliability, and longevity. Stability gives a business the confidence to invest time into developing products on the project&#8217;s platform, safe in the knowledge that the next incremental step in development won&#8217;t be torpedoed by some unforeseen change. Reliability is often not associated with open source and many projects are perceived as being too cutting edge for a business to build upon. Longevity is of value as many businesses are inherently conservative in their approaches, attempting to reduce the risks of adopting any technique or technology. One way to reduce risk is to work with an open source project that has a proven track record of delivering quality products, on schedule.</p>
<p>This article attempts to dispel the myth of the perceived tension between a formally run business and the apparently less formally run open source projects with which a business interacts. We describe how one particular open source project has developed processes which provide its users, customers, and partners with a product that is stable, reliable, and long lived.</p>
</section><p>The post <a href="https://freebsdfoundation.org/blog/how-the-freebsd-projects-processes-help-companies-build-products/">How the FreeBSD Project’s Processes Help Companies Build Products</a> first appeared on <a href="https://freebsdfoundation.org">FreeBSD Foundation</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
