From 7ed9df052638a41a54fe8a753b1d96e849535492 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Fri, 21 Aug 2020 20:44:47 -0400 Subject: [PATCH] Add a note about thread safety --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77d2823..3fe7980 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,17 @@ https://github.com/evanmiller/mdbtools Intended focus areas of this fork: -- [ ] Security / fuzz testing -- [ ] Thread safety +- [ ] Security / stability / fuzz testing +- [x] Thread safety\* - [x] Removing GLib dependency +- [x] Improved ODBC compliance - [x] Continuous integration with Travis and AppVeyor +\* Multiple `MdbHandle`s can now be created on different threads – and +`MdbHandle`s can be passed between threads – but threads should not attempt to +use the same `MdbHandle` at the same time. Use `mdb_clone_handle` to create a +new handle using an existing file descriptor. + A re-formatted and updated README file follows. *In a chipper open-source voice...*