[ZODB-Dev] ZOPD as a publishing platform

Greg Ward gward@mems-exchange.org
Mon, 26 Nov 2001 14:41:08 -0500


On 26 November 2001, Scott Deerwester said:
> Current thinking is to build a tiny little ZODB implementation in C
> (anybody have one?) to access the DB on the handheld, plugged into a
> tiny little HTTP server like thttpd or Abyss, and an embedded browser
> like ViewML to access it.

ZODB is pretty intimately connected to Python.  Rewriting all of ZODB in
C would be pointless, since you'd still need a Python interpreter to
make sense of the objects coming out of the database.

Maybe you just need a simple data store, like a Berkeley DB file.

      Greg