node.js - Simulating heavy load in node/electron application -


i looking spawn child processes in background of electron app handle tasks. while i'm working on this, i'd see how affects performance of front end. there function can run simulate semi-heavy processing node process? end goal here make sure building app has snappy ui when there background processes under heavy load. i've messed in past , want head start on making sure don't repeat mistakes.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -