mehrere /bin/enigma und /bin/camd Prozesse ?

Alles rund um das grafische Benutzerinterface Enigma
alex.enjoy
Einsteiger
Einsteiger
Beiträge: 225
Registriert: Sonntag 22. Dezember 2002, 11:24

mehrere /bin/enigma und /bin/camd Prozesse ?

Beitrag von alex.enjoy »

Hallo,

in der Prozessliste fällt mir auf, das manche Prozesse scheinbar mehrmals parallel gestartet wurden. Ist das normal?
Warum läuft /bin/enigma z.B. fünf mal zur selben Zeit?
Oder sind das mehrere Threads oder so (aber dann hättense ja nicht unterschiedliche Prozess-IDs oder?)

Code: Alles auswählen

~ > ps | more
  PID  Uid     VmSize Stat Command
    1 root       1496 S    init
    2 root            S    [keventd]
    3 root            S    [ksoftirqd_CPU0]
    4 root            S    [kswapd]
    5 root            S    [bdflush]
    6 root            S    [kupdated]
    7 root            S    [mtdblockd]
    8 root       1496 S    init
    9 root       1476 S    /bin/sh /etc/init.d/rcS
   12 root            S    [jffs2_gcd_mtd3]
   26 root       1028 S    /sbin/inetd
   53 root            S    [fe_thread]
   64 root       1464 S    /bin/sh /var/tuxbox/start_enigma
   68 root       3096 S    /bin/camd2
   69 root       3096 S    /bin/camd2
   70 root       3096 S    /bin/camd2
   71 root      20620 S    /bin/enigma
   72 root      20620 S    /bin/enigma
   73 root      20620 S    /bin/enigma
   74 root      20620 S    /bin/enigma
   75 root      20620 S    /bin/enigma
  128 root       1336 S    in.telnetd: 192.168.1.1
  129 root       1600 S    -sh
  133 root       1576 R    ps
  134 root       1464 S    more
~ >
Gruß, Alex.
tmbinc
Developer
Beiträge: 821
Registriert: Freitag 20. Juli 2001, 00:00

Beitrag von tmbinc »

doch, threads haben unterschiedliche PIDs

bei enigma:

1 main thread
1 controlling thread (k.a. was pthreads da machen)
evtl.: 1 mp3 thread
evtl.: 1-2 CI threads
evtl.: 1 dvb-abspiel-thread