|
From: Samuele P. <pe...@in...> - 2001-07-10 13:14:50
|
Hi. The following could be useful in order to add some *dbm support to jython. It seems that jdbm offer a gdbm-like functionality and has a BSD-like license. Thanks to mlh. Samuele. ------------- Begin Forwarded Message ------------- From: "Magnus Lie Hetland" <ml...@id...> To: "\"Samuele Pedroni\"" <pe...@in...> Subject: kdbm Date: Tue, 10 Jul 2001 14:56:16 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Hi, there! Just a thought... Perhaps Jython could have use the jdbm module? (I'm sure writing jdbm.py wouldn't be too hard...) Then the shelve module could be used for real-sized databases in Jython too... (Dumbdbm is a bit... Dumb ;) I haven't tried jdbm myself, but I know some people who say it is very good/fast: http://jdbm.sourceforge.net/ -- Magnus Lie Hetland http://www.hetland.org "Reality is that which, when you stop believing in it, doesn't go away." -- Philip K. Dick ------------- End Forwarded Message ------------- |