<?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: How to output PDF, DOC, and RTF formats: The solution</title>
	<atom:link href="http://pinds.com/2006/08/02/how-to-output-pdf-doc-and-rtf-formats-the-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://pinds.com/2006/08/02/how-to-output-pdf-doc-and-rtf-formats-the-solution/</link>
	<description>spiritual entrepreneurship, personal growth, internet, food, politics.</description>
	<lastBuildDate>Fri, 13 Jan 2012 16:13:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Malte</title>
		<link>http://pinds.com/2006/08/02/how-to-output-pdf-doc-and-rtf-formats-the-solution/comment-page-1/#comment-1161</link>
		<dc:creator>Malte</dc:creator>
		<pubDate>Wed, 02 Aug 2006 16:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://pinds.com/2007/07/27/how-to-output-pdf-doc-and-rtf-formats-the-solution#comment-1161</guid>
		<description>I can only relate to this experience. We are using OO to produce PDF documents out of OpenACS and it takes around 5 seconds to spit it out.

What I don&#039;t see though is the need for a background process. And to my experience, if an OpenOffice process is running already, the new execution actually takes the ressources of the running process and prints. At least converting three documents at the same time only takes 5+2+2 seconds, so the second invocation seems to be faster.</description>
		<content:encoded><![CDATA[<p>I can only relate to this experience. We are using OO to produce PDF documents out of OpenACS and it takes around 5 seconds to spit it out.</p>
<p>What I don&#8217;t see though is the need for a background process. And to my experience, if an OpenOffice process is running already, the new execution actually takes the ressources of the running process and prints. At least converting three documents at the same time only takes 5+2+2 seconds, so the second invocation seems to be faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Pind</title>
		<link>http://pinds.com/2006/08/02/how-to-output-pdf-doc-and-rtf-formats-the-solution/comment-page-1/#comment-1162</link>
		<dc:creator>Lars Pind</dc:creator>
		<pubDate>Wed, 02 Aug 2006 16:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://pinds.com/2007/07/27/how-to-output-pdf-doc-and-rtf-formats-the-solution#comment-1162</guid>
		<description>The reason I do a background thread is so I don&#039;t have to tie up a process on the server for the whole duration. I only have 6 concurrent connections (I could up that number, but don&#039;t need to), so holding on to such a connection for more than a fraction of a second is undesirable. By running it in the background, the browser can just check once per half second or so whether it&#039;s done, and that request takes less than 1/100th of a second to process.

Also, by running it in a background process, it&#039;s trivial to assure it doesn&#039;t try to run concurrently. Remember, Rails isn&#039;t threaded like AOLserver.</description>
		<content:encoded><![CDATA[<p>The reason I do a background thread is so I don&#8217;t have to tie up a process on the server for the whole duration. I only have 6 concurrent connections (I could up that number, but don&#8217;t need to), so holding on to such a connection for more than a fraction of a second is undesirable. By running it in the background, the browser can just check once per half second or so whether it&#8217;s done, and that request takes less than 1/100th of a second to process.</p>
<p>Also, by running it in a background process, it&#8217;s trivial to assure it doesn&#8217;t try to run concurrently. Remember, Rails isn&#8217;t threaded like AOLserver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B</title>
		<link>http://pinds.com/2006/08/02/how-to-output-pdf-doc-and-rtf-formats-the-solution/comment-page-1/#comment-1163</link>
		<dc:creator>B</dc:creator>
		<pubDate>Wed, 02 Aug 2006 16:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://pinds.com/2007/07/27/how-to-output-pdf-doc-and-rtf-formats-the-solution#comment-1163</guid>
		<description>What did you do about OO&#039;s reliance upon X?</description>
		<content:encoded><![CDATA[<p>What did you do about OO&#8217;s reliance upon X?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Pind</title>
		<link>http://pinds.com/2006/08/02/how-to-output-pdf-doc-and-rtf-formats-the-solution/comment-page-1/#comment-1164</link>
		<dc:creator>Lars Pind</dc:creator>
		<pubDate>Wed, 02 Aug 2006 16:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://pinds.com/2007/07/27/how-to-output-pdf-doc-and-rtf-formats-the-solution#comment-1164</guid>
		<description>Who&#039;s B?</description>
		<content:encoded><![CDATA[<p>Who&#8217;s B?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: pinds.com @ 2012-02-07 22:35:29 -->
