- 29 May, 2018 2 commits
- 28 May, 2018 10 commits
-
-
Steven Murray authored
-
Eric Cano authored
-
Steven Murray authored
-
Julien Leduc authored
-
Steven Murray authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
This allows helgrind to be aware of succession of events. Also reduced the default queue depth for unit tests.
-
Eric Cano authored
Adapted the in-RPM script generation.
-
- 22 May, 2018 2 commits
-
-
Steven Murray authored
-
Julien Leduc authored
-
- 18 May, 2018 3 commits
-
-
Eric Cano authored
-
Michael Davis authored
-
Steven Murray authored
-
- 17 May, 2018 7 commits
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
The delay will initially slow down the user and then the semaphore will block. This prevent the queue from going too big and the agent object from growing so big all becomes slow.
-
Steven Murray authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
- 16 May, 2018 1 commit
-
-
Eric Cano authored
-
- 15 May, 2018 9 commits
-
-
Eric Cano authored
-
Eric Cano authored
-
Michael Davis authored
Better to have all formatting on the client side, so we format the header and the reponse values in the same place. (Also no need to send this data over the wire as it's always the same).
-
Michael Davis authored
-
Michael Davis authored
PB now accommodates "lpa" and "lpr" responses as well as "af ls"
-
Eric Cano authored
The test relies on this order.
-
Eric Cano authored
-
Steven Murray authored
-
Eric Cano authored
-
- 14 May, 2018 3 commits
-
-
Eric Cano authored
The new default is 10 for unit tests. The number is set by the frontend, which is the only process where it matters. The default in the configuration file is set to 500 for CI tests.
-
Eric Cano authored
The requeust is now created first so the data is safe before returning to the caller. Also improved the timing logging.
-
Eric Cano authored
This version is not data safe as the request is created late, right after referencing the job to the queue.
-
- 11 May, 2018 3 commits
-
-
Eric Cano authored
-
Eric Cano authored
The size is set to 500 to allow unit tests to pass. Next steps are: port the mechanism to retrieve, and make the thread pool size configurable.
-
Eric Cano authored
The top half goes as far as when the request is safe in the object store. At that point, the bottom half is launched in a new thread, and success is returned the called. This will enable lower latency for the users while retaining the same data safety. This version is experimental aas it spans an undetermined number of threads. A more controlled version with a work queue should be implenented on the long run.
-