Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Anyone want to help make zsh/db/gdbm work?
On Jan 30, 7:37pm, Bart Schaefer wrote:
}
} Also there's a question of how often the database should be written.
} With memory-mapped arrays the writes are effectively instantaneous,
} but as presently implemented ztie database files aren't updated until
} the parameter is unset.
I'm wrong about this, the GDBM_SYNC flag is passed to gdbm_open(), so
we do have instantaneous writes.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author