Thread: CPU and PROCESS managment

  1. #1
    Banned
    Join Date
    Apr 2015
    Posts
    596

    CPU and PROCESS managment

    Hi guys ! ; I'm totally aware of what's CPU and what's process ; but to solve problems more conveniently ; may I get any analogy that visualize CPU and Process management ? I mean for example once CPU execute a process , doesn't matter if process is idle or not idle, CPU is still executing it .. it sounds for me like something magically ; because if process is idle how actually CPU execute it ?i.e execute means that CPU operates the process ..but process in this case is idle so how CPU is operates something is idle?! I deeply believe I can overcome this come if there's any analog to visualize the CPU and its manipulations on PROCESS.

    thanks in advance

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    You = CPU
    Process = Phone call to customer service
    Idle = "Your call is important to us"

    At what point do you get fed up waiting and start to do something else while you're listening for an actual operator?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Banned
    Join Date
    Apr 2015
    Posts
    596
    Quote Originally Posted by Salem View Post
    You = CPU
    Process = Phone call to customer service
    Idle = "Your call is important to us"

    At what point do you get fed up waiting and start to do something else while you're listening for an actual operator?
    what do you mean by the statement of idle? didn't understand the analogy to "your call is important to us" .. idle should be something not important ..

  4. #4
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,111
    Quote Originally Posted by RyanC View Post
    what do you mean by the statement of idle? didn't understand the analogy to "your call is important to us" .. idle should be something not important ..
    You are sitting there on hold, doing nothing, waiting to speak with someone on the other end.

    Eventually you put the phone on speaker, and try to do some work while you are waiting patiently on hold! (A concurrent process)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Memory Managment Questions
    By EverydayDiesel in forum C++ Programming
    Replies: 8
    Last Post: 02-17-2014, 04:05 AM
  2. Retail Outlet Managment System
    By 3MGFX in forum C Programming
    Replies: 17
    Last Post: 11-13-2007, 02:26 AM
  3. Retail Outlet Managment System - the 4th
    By Presidentofusa in forum C Programming
    Replies: 3
    Last Post: 11-10-2007, 10:44 PM
  4. Win User Managment
    By (TNT) in forum Windows Programming
    Replies: 8
    Last Post: 05-12-2002, 12:11 PM
  5. Dynamic memory managment
    By Unregistered in forum C++ Programming
    Replies: 7
    Last Post: 04-20-2002, 10:05 AM

Tags for this Thread