Cheetah

View: New views
2 Messages — Rating Filter:   Alert me  

Cheetah

by mobiledreamers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

would it be possible to support Cheetah on Google app engine

the non c version of cheetah is very slow on app engine

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Cheetahtemplate-discuss mailing list
Cheetahtemplate-discuss@...
https://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss

Re: Cheetah

by R. Tyler Ballance-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, 20 Jun 2009, mobil wrote:

> would it be possible to support Cheetah on Google app engine

Cheetah already runs on Google App Engine. If you install the version of
Cheetah in the "next" branch it contains a minor patch that worksaround
erroneous GAE behavior in the sandboxed 'inspect' module. (this will be
released in v2.2.2 in the coming weeks)

It's also suggested that you compile templates to run on GAE with
'--settings="useAutocalling=False"' since you may run into issues with
some has_key on GAE (see: bug #898: http://code.google.com/p/googleappengine/issues/detail?id=898)

> the non c version of cheetah is very slow on app engine

All but one part, the NameMapper in Cheetah is non-C, but yes, the C
NameMapper will not run on GAE (for good reason).


Mind your cross-posts as well ;)

-R. Tyler Ballance
Slide, Inc.


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Cheetahtemplate-discuss mailing list
Cheetahtemplate-discuss@...
https://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss

attachment0 (204 bytes) Download Attachment