Multiple processes running

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
cditty
Newbie
Newbie
Posts: 7
Joined: January 25th, 2013, 8:32 pm

Multiple processes running

Post 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.
User avatar
jcfp
Release Testers
Release Testers
Posts: 1022
Joined: February 7th, 2008, 12:45 pm

Re: Multiple processes running

Post by jcfp »

Yes, those are threads. Easily checked with pstree and the likes.
Post Reply