[GH-ISSUE #1] Processes are being used not threads. #1

Open
opened 2026-02-26 12:16:17 +03:00 by kerem · 0 comments
Owner

Originally created by @HarsheetKakar on GitHub (Mar 10, 2020).
Original GitHub issue: https://github.com/alwaysanirudh/Migrate-MySQL-to-MongoDB/issues/1

import multiprocessing as mp  # Import Multiprocessing
threads = 3*mp.cpu_count()
Originally created by @HarsheetKakar on GitHub (Mar 10, 2020). Original GitHub issue: https://github.com/alwaysanirudh/Migrate-MySQL-to-MongoDB/issues/1 ``` import multiprocessing as mp # Import Multiprocessing threads = 3*mp.cpu_count() ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Migrate-MySQL-to-MongoDB#1
No description provided.