Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2265 Visninger

If I have a method that requires me to create 50K transactions that is run within a cron job, can I split this into e.g. 4 threads and use "threading" function of python or I can use more than 4 threads?

I will split equally the 50K transactions to each thread so they will have around 12.5K to process.

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
jan. 25
1270
1
jul. 17
5006
2
jun. 16
4279
1
nov. 21
12216
1
feb. 19
10857