Modified:
/PythonImplementationIdeas.wiki
=======================================
--- /PythonImplementationIdeas.wiki Tue Oct 26 15:48:26 2010
+++ /PythonImplementationIdeas.wiki Tue Oct 26 15:48:50 2010
@@ -2,8 +2,7 @@
= Python Library Ideas =
- * Lock systems: we need both 100% reliable but slow locks
(datastore-based) and
-fast, high-performance locks with slightly worse reliability properties
(memcache, memcache+datstore)
+ * Lock systems: we need both 100% reliable but slow locks
(datastore-based) and fast, high-performance locks with slightly worse
reliability properties (memcache, memcache+datstore)
* Counters system: high performance, sharded counters to count your data
in almost real time. Check this page for introduction:
http://code.google.com/appengine/articles/sharding_counters.html
* Interesting custom datastore property types: json, custom validators,
etc.
* Reusable mapreduce utilities: common handlers, done callbacks (e.g.
sending e-mail)