Tag Archives: GAE

The AppEngine platform needs more tools

While Google’s App Engine is a platform just as things like Windows, *nix, or Sony’s PlayStations are, it is a new one that is sorely missing numerous tools that are readily available on other platforms. For example your OS has … Continue reading

Posted in Web development | Tagged , , , , | 1 Comment

Space-Based Architecture for AppEngine

Several posts ago I mentioned that I was waiting to see which cloud provider would be up to hosting Project Fangorn first.  In my last two posts (one, two) I talked about some of the issues with testing web apps … Continue reading

Posted in Coding, Web development | Tagged , , , , , , , | 1 Comment

Grey box testing web applications deployed to Google App Engine

Last post I stated: Due GAE’s limitations on CPU time/cycles and an overall maximum limit of 10 seconds to fulfill a request a non-trivial set of unit tests will exceed the quotas if they are all run at the same … Continue reading

Posted in Coding, Web development | Tagged , , , , , , , , , | Leave a comment

Unit testing web applications deployed to Google AppEngine

While the GAE SDK does provide the ability to run your web application locally, I’ve found that that the SDK’s local datastore doesn’t work precisely the same as the real one. Specially I’ve found that the local one is more … Continue reading

Posted in Coding, Web development | Tagged , , , , , , , , , , , , | 2 Comments

Both App Engine and EC2 edge closer to the goal

In the two days since I posted that I was waiting to see if App Engine or an alternative got to the goal first both App Engine and EC2 have edged forward. Yesterday Amazon announced a private beta for their … Continue reading

Posted in Web development | Tagged , , , , , , | Leave a comment

Waiting to see if App Engine or an alternative gets there first

After tracking down numerous alternatives to Google App Engine after hitting a wall on Project Fangorn, I looked at the most promising alternatives in more depth. Here is what I found. GigaSpaces Using GigaSpaces XAP would mean–at a minimum–creating Python … Continue reading

Posted in Coding, Web development | Tagged , , , , , , , , , , , , , , , , , , , | 3 Comments

Alternatives to Google App Engine

As I hit a wall in my development of Project Fangorn on Google’s App Engine platform I started looking around for alternative platforms. While there are numerous providers that claim to provide a cloud very few of them actually have … Continue reading

Posted in Web development | Tagged , , , , , , , , , , , , , , | 18 Comments

Google App Engine not up to the task

Update 10/24/2008: It appears that the mcycle consumption of datastore operations are not actually counted against the soft cap and that GAE’s admin console is incorrectly including the consumption of datastore operations when issuing warnings about excessive mcycle consumption. Update … Continue reading

Posted in Game Development, Web development | Tagged , , , , | 2 Comments

Project Fangorn playable prototypical preview deployed

I just played through all my initial turns for the playable prototypical preview of turn based web strategy game codenamed Project Fangorn that I deployed to Google App Engine earlier today.  At this point you are confined to your majorverse … Continue reading

Posted in Game Development, Web development | Tagged , , , , | 1 Comment

Project Fangorn progress V

At this point, I’ve got all of the game features implemented that I wanted in place before publishing a prototypical preview of Project Fangorn onto Google App Engine.  Fours things remain before publishing the preview: Implement robust cross-entity cross-request update … Continue reading

Posted in Game Development, Web development | Tagged , , , , | 1 Comment