<?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>web development helpdesk &#187; Runtime</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/runtime/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Get available processors using Java</title>
		<link>http://helpdesk.objects.com.au/java/get-available-processors-using-java?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-available-processors-using-java</link>
		<comments>http://helpdesk.objects.com.au/java/get-available-processors-using-java#comments</comments>
		<pubDate>Wed, 15 Dec 2010 10:30:26 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[Runtime]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1726</guid>
		<description><![CDATA[The Runtime class has an availableProcessors method that returns the number of processors available to the JVM. int processors = Runtime.getRuntime().availableProcessors(); The value may change during the execution of your application, so poll regularly if your application is dependant on the number of processors available. Related posts: I&#8217;m getting the error &#8216;java.lang.NoSuchMethodError: main. Exception in [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/get-available-processors-using-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Runtime.exec locks up and process never completes</title>
		<link>http://helpdesk.objects.com.au/java/runtime-exec-locks-up?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=runtime-exec-locks-up</link>
		<comments>http://helpdesk.objects.com.au/java/runtime-exec-locks-up#comments</comments>
		<pubDate>Tue, 24 Mar 2009 12:33:08 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[locked up]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[Runtime]]></category>
		<category><![CDATA[stderr]]></category>
		<category><![CDATA[stdout]]></category>
		<category><![CDATA[stream]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=909</guid>
		<description><![CDATA[You need to read any output from standard output or standard error when running a process using Runtime.exec(). If you don&#8217;t the buffers may fill up causing the process to lock up. The following code can be used to handle reading the process output, and the linked article provides a lot of great insight into [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/runtime-exec-locks-up/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

