toesus

Results 5 comments of toesus

This might be interesting to solve the related issue #466 It would allow to deinitialize before fork(), followed by a restart of the threadpool.

I am currently stuck with this same issue. I have found that the call to `log4cplus::Logger::shutdown();` is not enough to shutdown the threads started by log4cplus. (leading to the deadlock...

I just found another related issue which contains an idea to make the ThreadPool restartable: If we use the proposed change from this comment: https://github.com/log4cplus/log4cplus/issues/423#issuecomment-506335182 and combine it with the...

I have implemented the read according to your proposed "greedy" function, and it works well. Lfs seems to either read only a few bytes, or a complete cache-size of 2kb....

I think I could give it a try. Seems straightforward enough... In the meantime I found a better way to reproduce. The `git tag` command has an argument `--cleanup=verbatim` which...