Tips on writing scalable apps
Ken Ashcraft, Software Engineer for Google gives several tips on how to write scalable web applications including avoiding contention on datastore entities, avoiding large entity groups, writing sparingly, defined a main() function for code reuse, and profiling one's code.
read more »
Bury