lp:~lifeless/meliae/db

Created by Robert Collins and last modified
Get this branch:
bzr branch lp:~lifeless/meliae/db
Only Robert Collins can upload to this branch. If you are Robert Collins please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robert Collins
Project:
Meliae
Status:
Development

Recent revisions

91. By Robert Collins

bugfix iter_objs with no objs dict, flush new objects when there are many node references.

90. By Robert Collins

Disable cache usage.

89. By Robert Collins

Importing working.

88. By Robert Collins

Sketch for db stuff.

87. By Robert Collins

Fixup prototype to match scoping of definition of _write_to_ref_info.

86. By Robert Collins

Add some flush calls to reduce things being left in memory.

85. By John A Meinel

It didn't really seem safe to open the file in raw mode
to pass it into a Gzip stream.

84. By John A Meinel

Popen.terminate is a py2.6 thing.

So do the best workaround I could come up with.

83. By John A Meinel

In cygwin, gunzip is a shell script thunking over to gzip -d, while gzip is a real executable.
So just use 'gzip -d' directly. It is more likely to be available, anyway.

82. By John A Meinel

multiprocessing.Process only works with globals on Windows.

It uses cPickle to determine what function to run (since we don't have fork())
as such, the function to run must be globally accessible, and not a nested
function.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:meliae
This branch contains Public information 
Everyone can see this information.

Subscribers