<?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: Introducing python-launcher</title>
	<atom:link href="http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Tue, 18 Nov 2008 15:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ross</title>
		<link>http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/comment-page-1/#comment-5</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/#comment-5</guid>
		<description>Excellent!</description>
		<content:encoded><![CDATA[<p>Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/comment-page-1/#comment-6</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/#comment-6</guid>
		<description>Thanks for your work. It&#039;s like a desktop mod_python. I had an idea like this but forgot about it. Since more and more GNOME apps and applets are using python, this makes great sense - as does the work on removing timers from python to save on power consumption. Progress!</description>
		<content:encoded><![CDATA[<p>Thanks for your work. It&#8217;s like a desktop mod_python. I had an idea like this but forgot about it. Since more and more GNOME apps and applets are using python, this makes great sense &#8211; as does the work on removing timers from python to save on power consumption. Progress!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/comment-page-1/#comment-7</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/#comment-7</guid>
		<description>Perhaps it would be better to have the daemon started with the first pygtk app rather than with the system. The Linux desktop already has enough boot speed issues. &lt;p/&gt;Like said though, more and more applications are using python and will probably continue in the future so this is definetely a good thing.</description>
		<content:encoded><![CDATA[<p>Perhaps it would be better to have the daemon started with the first pygtk app rather than with the system. The Linux desktop already has enough boot speed issues.
<p />Like said though, more and more applications are using python and will probably continue in the future so this is definetely a good thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hongli Lai</title>
		<link>http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/comment-page-1/#comment-8</link>
		<dc:creator>Hongli Lai</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/#comment-8</guid>
		<description>If you preload GTK in the daemon, then you&#039;ll also save lots of memory, because forked processes share memory whenever possible. I&#039;m also using such a technique to save memory in some my Perl apps.&lt;p/&gt;But how do you deal with terminals issues? Do you deal with them at all? My Perl apps have a readline-based console interface and I had to use all kinds of hacks to make sure that the forked process uses the right console. This doesn&#039;t even work completely - for example I can&#039;t call tcsetgrp() on a PID that is not part of the current session.</description>
		<content:encoded><![CDATA[<p>If you preload GTK in the daemon, then you&#8217;ll also save lots of memory, because forked processes share memory whenever possible. I&#8217;m also using such a technique to save memory in some my Perl apps.
<p />But how do you deal with terminals issues? Do you deal with them at all? My Perl apps have a readline-based console interface and I had to use all kinds of hacks to make sure that the forked process uses the right console. This doesn&#8217;t even work completely &#8211; for example I can&#8217;t call tcsetgrp() on a PID that is not part of the current session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/comment-page-1/#comment-9</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/#comment-9</guid>
		<description>Hongli Lai: I&#039;m not dealing with terminal issues at all.&lt;br/&gt;I once wrote &lt;a href=&quot;http://www.pygtk.org/pygtk2tutorial/examples/pygtkconsole.py&quot;&gt;another little hack&lt;/a&gt; I could reuse inside python-launcher to make it possible to use as a normal terminal.&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>Hongli Lai: I&#8217;m not dealing with terminal issues at all.<br />I once wrote <a href="http://www.pygtk.org/pygtk2tutorial/examples/pygtkconsole.py">another little hack</a> I could reuse inside python-launcher to make it possible to use as a normal terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Howard</title>
		<link>http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/comment-page-1/#comment-10</link>
		<dc:creator>Mark Howard</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/#comment-10</guid>
		<description>Can this also be used to help the startup times of apps which just use python for plugins? I did some profiling a while ago and starting up vms for plugins was a large part of many profiles. If it can be reduced, that that&#039;s a big argument to use python based plugins everywhere.</description>
		<content:encoded><![CDATA[<p>Can this also be used to help the startup times of apps which just use python for plugins? I did some profiling a while ago and starting up vms for plugins was a large part of many profiles. If it can be reduced, that that&#8217;s a big argument to use python based plugins everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/comment-page-1/#comment-11</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/#comment-11</guid>
		<description>Mark: No, python-launcher is tied to python scripts. Have a look at maemo-launcher, for which a python plugin could be written which would solve that problem.</description>
		<content:encoded><![CDATA[<p>Mark: No, python-launcher is tied to python scripts. Have a look at maemo-launcher, for which a python plugin could be written which would solve that problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
