Why does meteor spawn lots of child processes?
looking at a htop on a server that is hosting a meteor application
i can see about 9
/root/.meteor/tools/11f45b3996/bin/node /home/panorama/panorama/panorama-demo/.meteor/local/build/main.js --keepalive
6 /root/.meteor/tools/11f45b3996/bin/node /root/.meteor/tools/11f45b3996/tools/meteor.js
and about 16
/root/.meteor/tools/11f45b3996/mongodb/bin/mongod --bind_ip 127.0.0.1 --smallfiles --port 3002 --dbpath /home/panorama/panorama/panorama
Is this normal or there is something wrong with my app?