Page 1 of 1

Multiple processes running

Posted: January 25th, 2013, 8:40 pm
by cditty
I just moved my SAB from a windows box to my ubuntu server. I took a look at the running processes and noticed there were 21 instances of

Code: Select all

/usr/bin/python -OO /usr/bin/sabnzbdplus --daemon --server 0.0.0.0:8080
running. Is this normal? I start SAB on bootup each time.

Re: Multiple processes running

Posted: January 26th, 2013, 9:49 am
by jcfp
Yes, those are threads. Easily checked with pstree and the likes.