Re: persistent composites

2009-06-20 Thread Aaron Brady
On Jun 19, 7:00 am, Rhodri James rho...@wildebst.demon.co.uk wrote: On Fri, 19 Jun 2009 14:24:34 +0100, Aaron Brady castiro...@gmail.com   wrote: You are not being any help, Rhodri, in your question. To you, perhaps not.  To me, it has at least had the effect of making what you're trying

Re: persistent composites

2009-06-19 Thread Aaron Brady
On Jun 17, 3:53 pm, Rhodri James rho...@wildebst.demon.co.uk wrote: On Wed, 17 Jun 2009 16:06:22 +0100, Aaron Brady castiro...@gmail.com   wrote: On Jun 16, 10:09 am, Mike Kazantsev mk.frag...@gmail.com wrote: On Tue, 16 Jun 2009 06:57:13 -0700 (PDT) Aaron Brady castiro...@gmail.com

Re: persistent composites

2009-06-19 Thread Rhodri James
On Fri, 19 Jun 2009 14:24:34 +0100, Aaron Brady castiro...@gmail.com wrote: You are not being any help, Rhodri, in your question. To you, perhaps not. To me, it has at least had the effect of making what you're trying to do (write a pythonic object database) clearer. -- Rhodri James *-*

Re: persistent composites

2009-06-19 Thread Aahz
In article be292347-1011-4bb6-b8e9-a5d738827...@u10g2000vbd.googlegroups.com, Aaron Brady castiro...@gmail.com wrote: You are not being any help, Rhodri, in your question. Maybe not, but honestly, you're getting pretty close to going back in my killfile. Although you're no longer trolling

Re: persistent composites

2009-06-19 Thread Aaron Brady
On Jun 19, 7:45 am, a...@pythoncraft.com (Aahz) wrote: In article be292347-1011-4bb6-b8e9-a5d738827...@u10g2000vbd.googlegroups.com, Aaron Brady  castiro...@gmail.com wrote: You are not being any help, Rhodri, in your question.   Maybe not, but honestly, you're getting pretty close to

Re: persistent composites

2009-06-17 Thread Aaron Brady
On Jun 16, 10:09 am, Mike Kazantsev mk.frag...@gmail.com wrote: On Tue, 16 Jun 2009 06:57:13 -0700 (PDT) Aaron Brady castiro...@gmail.com wrote: Making the charitable interpretation that this was the extent of c-l- py's support and enthusiasm for my idea, I will now go into mourning.

Re: persistent composites

2009-06-17 Thread Rhodri James
On Wed, 17 Jun 2009 16:06:22 +0100, Aaron Brady castiro...@gmail.com wrote: On Jun 16, 10:09 am, Mike Kazantsev mk.frag...@gmail.com wrote: On Tue, 16 Jun 2009 06:57:13 -0700 (PDT) Aaron Brady castiro...@gmail.com wrote: Making the charitable interpretation that this was the extent of c-l-

Re: persistent composites

2009-06-16 Thread Aaron Brady
On Jun 15, 4:56 pm, Aaron Brady castiro...@gmail.com wrote: On Jun 15, 11:10 am, Paul Rubin http://phr...@nospam.invalid wrote: Aaron Brady castiro...@gmail.com writes: A real-world application of persistent data structures can be found here: http://stevekrenzel.com/persistent-list

Re: persistent composites

2009-06-16 Thread Mike Kazantsev
On Tue, 16 Jun 2009 06:57:13 -0700 (PDT) Aaron Brady castiro...@gmail.com wrote: Making the charitable interpretation that this was the extent of c-l- py's support and enthusiasm for my idea, I will now go into mourning. Death occurred at oh-eight-hundred. Rest in peace, support enthusiasm.

Re: persistent composites

2009-06-15 Thread Diez B. Roggisch
Aaron Brady wrote: Hi, please forgive the multi-posting on this general topic. Some time ago, I recommended a pursuit of keeping 'persistent composite' types on disk, to be read and updated at other times by other processes. Databases provide this functionality, with the exception that

Re: persistent composites

2009-06-15 Thread Aahz
In article 79mtt7f1r480...@mid.uni-berlin.de, Diez B. Roggisch de...@nospam.web.de wrote: Aaron Brady wrote: Some time ago, I recommended a pursuit of keeping 'persistent composite' types on disk, to be read and updated at other times by other processes. Databases provide this functionality,

Re: persistent composites

2009-06-15 Thread Aaron Brady
On Jun 15, 5:45 am, Diez B. Roggisch de...@nospam.web.de wrote: Aaron Brady wrote: Hi, please forgive the multi-posting on this general topic. Some time ago, I recommended a pursuit of keeping 'persistent composite' types on disk, to be read and updated at other times by other processes.

Re: persistent composites

2009-06-15 Thread Aaron Brady
On Jun 14, 10:18 am, Jaime Fernandez del Rio jaime.f...@gmail.com wrote: On Sun, Jun 14, 2009 at 4:27 PM, Aaron Bradycastiro...@gmail.com wrote: Before I go and flesh out the entire interfaces for the provided types, does anyone have a use for it? A real-world application of persistent

Re: persistent composites

2009-06-15 Thread Aaron Brady
On Jun 15, 8:37 am, a...@pythoncraft.com (Aahz) wrote: In article 79mtt7f1r480...@mid.uni-berlin.de, Diez B. Roggisch de...@nospam.web.de wrote: Aaron Brady wrote: Some time ago, I recommended a pursuit of keeping 'persistent composite' types on disk, to be read and updated at other times

Re: persistent composites

2009-06-15 Thread Aaron Brady
On Jun 15, 11:10 am, Paul Rubin http://phr...@nospam.invalid wrote: Aaron Brady castiro...@gmail.com writes: A real-world application of persistent data structures can be found here: http://stevekrenzel.com/persistent-list Jaime, thanks for the link.  I contacted its author. You might

Re: persistent composites

2009-06-15 Thread Paul Rubin
Aaron Brady castiro...@gmail.com writes: A real-world application of persistent data structures can be found here: http://stevekrenzel.com/persistent-list Jaime, thanks for the link. I contacted its author. You might also look at www.couchdb.org . --

Re: persistent composites

2009-06-14 Thread kindly
On Jun 14, 3:27 pm, Aaron Brady castiro...@gmail.com wrote: Hi, please forgive the multi-posting on this general topic. Some time ago, I recommended a pursuit of keeping 'persistent composite' types on disk, to be read and updated at other times by other processes.  Databases provide this

Re: persistent composites

2009-06-14 Thread Steven D'Aprano
Aaron Brady wrote: Some time ago, I recommended a pursuit of keeping 'persistent composite' types on disk, to be read and updated at other times by other processes. Databases provide this functionality, with the exception that field types in any given table are required to be uniform.

Re: persistent composites

2009-06-14 Thread Aaron Brady
On Jun 14, 8:24 am, Steven D'Aprano st...@removethis.cybersource.com.au wrote: Aaron Brady wrote: Some time ago, I recommended a pursuit of keeping 'persistent composite' types on disk, to be read and updated at other times by other processes.  Databases provide this functionality, with the

Re: persistent composites

2009-06-14 Thread Jaime Fernandez del Rio
On Sun, Jun 14, 2009 at 4:27 PM, Aaron Bradycastiro...@gmail.com wrote: Before I go and flesh out the entire interfaces for the provided types, does anyone have a use for it? A real-world application of persistent data structures can be found here: http://stevekrenzel.com/persistent-list