I run the crawler application with celery(version 3.1) tasks and django(version 1.6.5. using its orm). And the command is:
celery -A crawlerproj worker -P gevent -c 1000 -l info
by using the 'htop' in Ubuntu, I see that celery always has 3 processes. And there are 5 more mysqldb processes. I don't know why. Can numbers of celery and mysqldb decrease?
My vps has 1G Memory and 1 core. Here is the snapshot of the htop result.