TranslatorSRI / SRI_testing

MIT License
0 stars 1 forks source link

Allow performant processing of concurrent SRI Testing runs #36

Closed RichardBruskiewich closed 2 years ago

RichardBruskiewich commented 2 years ago

The initial implementation of the web service logic starts up a background worker process to do the work, then communicates with it over a Queue. If multiple such processes may eventually be run concurrently, the underlying multiprocessing may need to rely on a Pool of Process entities, to spawn worker processes as needed (each UUID identified).

RichardBruskiewich commented 2 years ago

Duplicates https://github.com/TranslatorSRI/SRI_testing/issues/44