fadedreamz

Results 14 comments of fadedreamz

@ThomasWaldmann I would like to give it a shot, can you kindly assign it to me?

@ThomasWaldmann thanks, will do. Is there any other documentation apart from the `docs` folder to understand the high-level design?

@ThomasWaldmann would like to confirm my findings with you. 1 The [`process_file`](https://github.com/borgbackup/borg/blob/master/src/borg/archive.py#L1302) function has all the status for a file that is being processed. - number of files cache hits...

If the service is running on a single threaded mode or a multi-threaded mode (lets say 4 workers); is it possible that the number of threads accessing the paths and...

Yes, I first I thought so, but this will have a very bad performance impact on a multi-threaded service. Even if there is no changes, one thread will be blocking...

Yes, I was thinking the same, doing some sort of combination of reading_counter and lock to enable lock for readers when the writing is going on, otherwise just execute the...

I tried to lock the resource before writing and reschedule the reading function, but Service::schedule() does not take any parameters. Although Session::sleep_for() should be able to do the required task....

Hi how can I perform pull request for code review?

https://github.com/Corvusoft/restbed/pull/165

Hi michel, checkout the branch and rebase it to master (easiest I guess). Thanks and regards On Wed, Nov 1, 2017 at 10:10 AM, michel wrote: > hi all, >...