[GitHub] [apr] minfrin commented on pull request #46: WIP: lmdb support

2023-09-27 Thread via GitHub
minfrin commented on PR #46: URL: https://github.com/apache/apr/pull/46#issuecomment-1737357677 Not had a chance to review, but definite +1 in principle. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [apr] uhliarik opened a new pull request, #46: WIP: lmdb support

2023-09-27 Thread via GitHub
uhliarik opened a new pull request, #46: URL: https://github.com/apache/apr/pull/46 There is still WIP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: apr_dbm and concurrency

2023-09-27 Thread Joe Orton
On Mon, Sep 25, 2023 at 05:37:00PM +0200, Branko Čibej wrote: > IIRC, Berkeley DB multi-process concurrency is managed through an on-disk > "register" file external to the actual key/value store. The key/value store > format is not affected by the presence of this file. The DB_REGISTER > mechanism

[GitHub] [apr] uhliarik commented on pull request #46: WIP: lmdb support

2023-09-27 Thread via GitHub
uhliarik commented on PR #46: URL: https://github.com/apache/apr/pull/46#issuecomment-1737663511 Since I had to rebase this code to the trunk, I'm no longer able to run tests. If anyone can see where I'm missing linking the library, feel free to review the commit. -- This is an