You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
It's not easy to make Image compression and PDF creation multithreaded. But to make the Mediaserver use the system resources more efficient with multiple works we could do two things:
Use separate thread for every work in Importer
Use separare thread for every action on a work but ensure to run only one action per work.
The text was updated successfully, but these errors were encountered:
It's not easy to make Image compression and PDF creation multithreaded. But to make the Mediaserver use the system resources more efficient with multiple works we could do two things:
The text was updated successfully, but these errors were encountered: