Using Matrix Service as Multithread

We use OpenRoutinService with docker on our own system. When there are more than 200 points in the Matrix service, we get a response in about 4 seconds. Is it possible to change the number of threads in the server settings to speed this up? I wasn’t sure which one it was because the thread statement was passed in a few places.

At the beginning, we were thinking of parallelizing the process ourselves, but of course, it would be much easier for us if it is something that will happen with the server settings.

Hey,

currently, the algorithm behind the matrix service is running as a single thread. We assume that changing any server settings wouldn’t change the runtime of the algorithm at all.
If your findings differ, or if you manage to multi-thread the algorithm, we’re more than happy to hear of your results :slight_smile:

Best regards