Re: Using python to delta-load files into a central DB

2007-04-13 Thread Chris Nethery
spawn separate processes for generating the delta files, I should be able to speed things up even more. Thanks again for your help! Best Regards, Christopher Nethery Gabriel Genellina [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] En Thu, 12 Apr 2007 23:51:22 -0300, Chris Nethery

Using python to delta-load files into a central DB

2007-04-12 Thread Chris Nethery
data. The data must be 100% reliable, so I'm leary of using something like difflib. I also want to make sure that my code scales since the number of files is ever-increasing. I would be grateful for any feedback you could provide. Thank you, Chris Nethery -- http://mail.python.org/mailman

Re: Using python to delta-load files into a central DB

2007-04-12 Thread Chris Nethery
are recalculated. Did I mention that the header contains another implied hierarchy? Fortunately, I can just ignore it and strip it off. Thank you, Chris Nethery Gabriel Genellina [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] En Thu, 12 Apr 2007 14:05:15 -0300, Chris Nethery [EMAIL PROTECTED