sync

gdbm.sync â gdbm
Instance Public methods

Unless the gdbm object has been opened with the SYNC flag, it is not guarenteed that database modification operations are immediately applied to the database file. This method ensures that all recent modifications to the database are written to the file. Blocks until all writing operations to the disk have been finished.

doc_ruby_on_rails
2015-04-07 18:10:39
Comments
Leave a Comment

Please login to continue.