I'm using Tokyo Cabinet with the tc
module in python. I store my data in the TDB format. I expected the table to block only for the duration of a write. Unfortunately, I see that when the file is open with in the "writer mode", other processes cannot read from it. Is that a standard behaviour, wrappers problem, or am I doing something wrong? Or maybe there are other cases when the operations are blocked?
What conditions cause Tokyo Cabinet to block
613 views Asked by viraptor At
1
According to specification:
You have either create and close writer for each write operation or use Tokyo Tyrant to provide concurrent access.