<?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: AppEngine + Grails + Cron</title>
	<atom:link href="http://www.morkeleb.com/2009/12/16/appengine-grails-cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/</link>
	<description>Simple design for advanced constructions</description>
	<lastBuildDate>Mon, 06 Feb 2012 03:50:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Morten</title>
		<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/comment-page-1/#comment-538</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Mon, 22 Mar 2010 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.morkeleb.com/?p=931#comment-538</guid>
		<description>&lt;a href=&quot;#comment-537&quot; rel=&quot;nofollow&quot;&gt;@Anton Novopashin &lt;/a&gt; 
Yes, this is true. I made some changes where it would be copied in during deployment, just like the other files needed by appenigne.

The patch hasn&#039;t been added to the AppEngine plugin yet though.</description>
		<content:encoded><![CDATA[<p><a href="#comment-537" rel="nofollow">@Anton Novopashin </a><br />
Yes, this is true. I made some changes where it would be copied in during deployment, just like the other files needed by appenigne.</p>
<p>The patch hasn&#8217;t been added to the AppEngine plugin yet though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Novopashin</title>
		<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/comment-page-1/#comment-537</link>
		<dc:creator>Anton Novopashin</dc:creator>
		<pubDate>Mon, 22 Mar 2010 10:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.morkeleb.com/?p=931#comment-537</guid>
		<description>&lt;a href=&quot;#comment-536&quot; rel=&quot;nofollow&quot;&gt;@Anton Novopashin &lt;/a&gt; 
sorry cron.xml</description>
		<content:encoded><![CDATA[<p><a href="#comment-536" rel="nofollow">@Anton Novopashin </a><br />
sorry cron.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Novopashin</title>
		<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/comment-page-1/#comment-536</link>
		<dc:creator>Anton Novopashin</dc:creator>
		<pubDate>Mon, 22 Mar 2010 10:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.morkeleb.com/?p=931#comment-536</guid>
		<description>corn.xml file should be placed in web-inf directory.</description>
		<content:encoded><![CDATA[<p>corn.xml file should be placed in web-inf directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lim Chee Kin</title>
		<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/comment-page-1/#comment-330</link>
		<dc:creator>Lim Chee Kin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.morkeleb.com/?p=931#comment-330</guid>
		<description>Hi Morten,

Thanks to point in out. Just realized that you mentioned it in another blog posts.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi Morten,</p>
<p>Thanks to point in out. Just realized that you mentioned it in another blog posts.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/comment-page-1/#comment-314</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Mon, 21 Dec 2009 17:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.morkeleb.com/?p=931#comment-314</guid>
		<description>&lt;a href=&quot;#comment-313&quot; rel=&quot;nofollow&quot;&gt;@Lim Chee Kin &lt;/a&gt; 
FYI, the blog post you are referring too does not solve the issue. As the blog post on morkeleb was written, precompilation was already activated on my appengine project. It doesn&#039;t solve the timeout during loading requests issue, nor does it keep the application in memory. To that I refer you to this blog post, and the link to the issue created by the AppEngine team.

You can read my other blog posts about this subject:

http://www.morkeleb.com/2009/12/15/added-precompilation-enabled-to-appengine-plugin/

and

http://www.morkeleb.com/2009/12/15/upgraded-to-1-3-0/

Happy holidays.</description>
		<content:encoded><![CDATA[<p><a href="#comment-313" rel="nofollow">@Lim Chee Kin </a><br />
FYI, the blog post you are referring too does not solve the issue. As the blog post on morkeleb was written, precompilation was already activated on my appengine project. It doesn&#8217;t solve the timeout during loading requests issue, nor does it keep the application in memory. To that I refer you to this blog post, and the link to the issue created by the AppEngine team.</p>
<p>You can read my other blog posts about this subject:</p>
<p><a href="http://www.morkeleb.com/2009/12/15/added-precompilation-enabled-to-appengine-plugin/" rel="nofollow">http://www.morkeleb.com/2009/12/15/added-precompilation-enabled-to-appengine-plugin/</a></p>
<p>and</p>
<p><a href="http://www.morkeleb.com/2009/12/15/upgraded-to-1-3-0/" rel="nofollow">http://www.morkeleb.com/2009/12/15/upgraded-to-1-3-0/</a></p>
<p>Happy holidays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lim Chee Kin</title>
		<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/comment-page-1/#comment-313</link>
		<dc:creator>Lim Chee Kin</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.morkeleb.com/?p=931#comment-313</guid>
		<description>Hi,

FYI, Google App Engine team had resolved this issue. Please refer to the blog post below:
Request performance in Java
http://googleappengine.blogspot.com/2009/12/request-performance-in-java.html

Regards,
Chee Kin

http://grailsfuse.vobject.com/
Jump Start Grails Application on Google App Engine!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>FYI, Google App Engine team had resolved this issue. Please refer to the blog post below:<br />
Request performance in Java<br />
<a href="http://googleappengine.blogspot.com/2009/12/request-performance-in-java.html" rel="nofollow">http://googleappengine.blogspot.com/2009/12/request-performance-in-java.html</a></p>
<p>Regards,<br />
Chee Kin</p>
<p><a href="http://grailsfuse.vobject.com/" rel="nofollow">http://grailsfuse.vobject.com/</a><br />
Jump Start Grails Application on Google App Engine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/comment-page-1/#comment-306</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Thu, 17 Dec 2009 09:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.morkeleb.com/?p=931#comment-306</guid>
		<description>&lt;a href=&quot;#comment-305&quot; rel=&quot;nofollow&quot;&gt;@Cmh &lt;/a&gt; 
Hi Cmh, an interesting idea. While it would still consume the CPU quouta, using the xmpp service on AppEngine with Grails seems like a fun project. Right now however i won&#039;t have time to look at it for a while. We&#039;ll see if I have time sometime after new years.

Happy Holidays! :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-305" rel="nofollow">@Cmh </a><br />
Hi Cmh, an interesting idea. While it would still consume the CPU quouta, using the xmpp service on AppEngine with Grails seems like a fun project. Right now however i won&#8217;t have time to look at it for a while. We&#8217;ll see if I have time sometime after new years.</p>
<p>Happy Holidays! <img src='http://www.morkeleb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cmh</title>
		<link>http://www.morkeleb.com/2009/12/16/appengine-grails-cron/comment-page-1/#comment-305</link>
		<dc:creator>Cmh</dc:creator>
		<pubDate>Thu, 17 Dec 2009 07:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.morkeleb.com/?p=931#comment-305</guid>
		<description>This was a problem for me as well. My app would timeout occasionally on the first request. I am not running it on appengine so I have not tried it, but I thought it would be worth a shot sometime to use the xmpp plugin and have a one minute timer to send yourself a &quot;status&quot; im. I don&#039;t know if it would keep the app in memory though, just an idea. I don&#039;t think it would use up your quota like the cron job.</description>
		<content:encoded><![CDATA[<p>This was a problem for me as well. My app would timeout occasionally on the first request. I am not running it on appengine so I have not tried it, but I thought it would be worth a shot sometime to use the xmpp plugin and have a one minute timer to send yourself a &#8220;status&#8221; im. I don&#8217;t know if it would keep the app in memory though, just an idea. I don&#8217;t think it would use up your quota like the cron job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

