[Enhancement]: Multithread node.js #1385

Closed
opened 2026-04-24 23:43:31 +02:00 by adam · 1 comment
Owner

Originally created by @WarHawk8080 on GitHub (Sep 16, 2023).

Describe the feature/enhancement

Any way to impliment node.js multithread ability to increase the speed of scanning libraries?

https://www.digitalocean.com/community/tutorials/how-to-use-multithreading-in-node-js

Originally created by @WarHawk8080 on GitHub (Sep 16, 2023). ### Describe the feature/enhancement Any way to impliment node.js multithread ability to increase the speed of scanning libraries? https://www.digitalocean.com/community/tutorials/how-to-use-multithreading-in-node-js
adam added the enhancement label 2026-04-24 23:43:31 +02:00
adam closed this issue 2026-04-24 23:43:32 +02:00
Author
Owner

@advplyr commented on GitHub (Sep 16, 2023):

Yes this is how the audio file scanner works. We spawn multiple ffprobe processes that run in parallel

@advplyr commented on GitHub (Sep 16, 2023): Yes this is how the audio file scanner works. We spawn multiple ffprobe processes that run in parallel
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1385