|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
||||
|
||||
|
I know what you meam
I know what you mean.. quite often I start up a mysql daemon, or something similar and get 5, 6 or even 7 identical processes... here is a snip of what I get right now when I $ ps -ef | grep mysql:
mysql 1545 1522 0 Jul29 pts/1 00:00:00 /usr/local/libexec/mysqld --base mysql 1547 1545 0 Jul29 pts/1 00:00:00 /usr/local/libexec/mysqld --base mysql 1548 1547 0 Jul29 pts/1 00:00:00 /usr/local/libexec/mysqld --base christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#2
|
||||
|
||||
|
oops -
bah!
that was menna be a reply to stealthelephant's thread about rogue processes sorry! |
|
#3
|
|||
|
|||
|
- you can delete posts by pressing the "edit" button
- this is normal behaviour on linux. for accepting several connections, some programs spawn several processes (not threads like on windows) since then they can run on different CPUs or even different machines on a cluster ![]() linux has a mechanism called "copy-on-write" for memory, in short words: two processes that are use the same data use the same memory for reading and only if they write data, they require more and separated memory - cool, eh?
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#4
|
||||
|
||||
|
linux doesnt use threads in the same way other OS's do, it creates "shallow" processes doesnt it? and they are like threads for it
__________________
microsofts butterfly is their way off telling u their systems have a **** load of buggs Advocating Linux Guide Lesbian Linux Great & Practical Computer Books like the links? |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > I know what you meam |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|