Search found 4 matches

by dd44
February 2nd, 2010, 4:22 pm
Forum: General Help
Topic: SABnzbd process number
Replies: 8
Views: 9497

Re: SABnzbd process number

Well, i did change the cherrypy thread pool max from 10 to 2, and also a change in two other files. I now have 12 thread running instead of 20, all seems to work correctly but need more testing. Here's the diff in case : *** _cpserver.py 2010-02-02 22:10:05.046692131 +0100 --- old/_cpserver.py 2010-...
by dd44
February 2nd, 2010, 3:12 pm
Forum: General Help
Topic: SABnzbd process number
Replies: 8
Views: 9497

Re: SABnzbd process number

Well, your right, it's one process with 20 thread ( well there is near 0 application that use 20 threads anyway ). Just do a "pstree" and you'll see what i mean. Else, it's a common stuff to limit process/threads on VPS, and around 100 max seems to be common. It's sad because sabnzbd is pr...
by dd44
February 2nd, 2010, 10:34 am
Forum: General Help
Topic: SABnzbd process number
Replies: 8
Views: 9497

Re: SABnzbd process number

Hum ok crap, 20 "thread/procs" on 96 for sabnzb is killing me :x I may take a look at the sources soon but i never coded anything in python language so it may be hard :)
by dd44
February 1st, 2010, 8:24 am
Forum: General Help
Topic: SABnzbd process number
Replies: 8
Views: 9497

SABnzbd process number

Hello, i'm using SABnzbd 5.0RC3 on a (linux) VPS server with a limited number of process allowed at same time. I can see that "SABnzbd.py" is using 20 proccess when it idle ( pstree ), and i have a maximum process number of 96 allowed :x So, is there a way to reduce the number of process o...