Suppose I have a loop which is something like this(simplified for clarity)
for mkFile in files:
db=metakit.storage(mkFile,1)
#now do something.
Maybe this is just a stupid question but is there a better, as in faster, way of accessing mutiple mk storage files? The answer cannot be having all the data in a single mk storage file however. Potentially, each one of these may reach a maximum size limit for memory mapped files. Just a thought, but would accessing each of the files in a seperate thread help much? Would that create other issues that I may not anticipate at first glance?
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
