process migration

Discussion in 'C' started by vinayak Bhat, Mar 21, 2007.

  1. vinayak Bhat

    vinayak Bhat New Member

    Joined:
    Mar 21, 2007
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    please give me the idea about how to implement the process migration in c language,for me this is for demonstration purpose so i am not concetrating on transparacy or other things which are the features of good process migration system
     
  2. DaWei

    DaWei New Member

    Joined:
    Dec 6, 2006
    Messages:
    835
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    Semi-retired EE
    Location:
    Texan now in Central NY
    Home Page:
    http://www.daweidesigns.com
    I would begin by with a structure that defines the state of the process and the resources it is using, much like the OS does. A process migrating to another machine, as opposed to another processor on the same machine, will be more difficult to implement. Is this the sort of thing you're asking?
     
  3. vinayak Bhat

    vinayak Bhat New Member

    Joined:
    Mar 21, 2007
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    so what can be done to solve the problem of this process migration ,i mean can anything be done to transfer one process from one system to another in a network
     
  4. DaWei

    DaWei New Member

    Joined:
    Dec 6, 2006
    Messages:
    835
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    Semi-retired EE
    Location:
    Texan now in Central NY
    Home Page:
    http://www.daweidesigns.com
    Sure. That's why there's a subject called 'process migration'. As I mentioned, it isn't a trivial thing to do. It requires that you research it, or hire it done.
     
  5. vinayak Bhat

    vinayak Bhat New Member

    Joined:
    Mar 21, 2007
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    sir,if we consider a c program which is working on some machine in a network if it is to be migrated then we thought is we will keep it executing that is using infinite loop then if that programs contents are transferred then can it be restarted on another machine?
     
  6. DaWei

    DaWei New Member

    Joined:
    Dec 6, 2006
    Messages:
    835
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    Semi-retired EE
    Location:
    Texan now in Central NY
    Home Page:
    http://www.daweidesigns.com

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice