Rythm's behaviour on Google App Engine

25 views
Skip to first unread message

Harshdeep S Jawanda

unread,
Aug 19, 2014, 1:36:15 AM8/19/14
to Rythm Engine
Hi,

Where does Rythm store the compiled templates when it comes to Google App Engine usage?

Since in GAE the JVM can often be started and shut down, what happens when the JVM is restarted? Does Rythm have to recompile the templates each time the JVM is started (assuming the templates themselves haven't changed), or does it just pull them out of some durable storage?

--
Regards,
Harshdeep S Jawanda

green

unread,
Aug 22, 2014, 6:33:34 AM8/22/14
to Rythm Engine
File IO is disabled on GAE, thus Rythm won't be able to cache the compiled templates to persistent storage, and it needs to compile templates each time JVM started.


--
You received this message because you are subscribed to the Google Groups "rythmengine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rythmengine...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Harshdeep S Jawanda

unread,
Aug 22, 2014, 8:12:18 AM8/22/14
to Rythm Engine
So that means that for low-traffic websites Rythm is only slightly better than interpreted templates. Bummer.

How about storing the templates to GAE Datastore? If you want to save the compiled template either the Blob type or the Blobstore should suffice. What do you think? Is this do-able?

green

unread,
Aug 22, 2014, 9:01:39 AM8/22/14
to Rythm Engine
At the moment it's not doable.
Reply all
Reply to author
Forward
0 new messages