amyipdev / ssvp

Server Statistics Viewer Project: a modular interface for tracking server uptime
GNU Affero General Public License v3.0
2 stars 1 forks source link

interval multiprocessing at a higher number #38

Closed amyipdev closed 11 months ago

amyipdev commented 11 months ago

A current concern is that because of the amount of I/O overhead, there's a lot of downtime for subprocesses. Perhaps the amount of pool workers should be 4*nproc, or even more.