Changes between Version 20 and Version 21 of VmApps


Ignore:
Timestamp:
Aug 19, 2009, 7:46:29 AM (15 years ago)
Author:
jrantala
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VmApps

    v20 v21  
    112112
    113113There are two special kinds of task: '''VMmanage_task''' and '''unzip_task'''. '''unzip_task'''-tasks are performed before
    114 any other tasks. They are used to unpack a packed file to the slot-directory. '''VMmanage_task'''-tasks are used to control VM's and they are started only if there is a task using a VM. These tasks have to run in parallel with the tasks using a VM because they do the communication with the VM. We need to run a Python script [http://bitbucket.org/dgquintas/boincvm/src/ HostMain.py] and a broker (currently [http://activemq.apache.org/ ActiveMQ]) to be able to communicate with VM's.
     114any other tasks. They are used to unpack a packed file to the slot-directory. '''VMmanage_task'''-tasks are used to control VM's and they are started only if there is a task using a VM. These tasks have to run in parallel with the tasks using a VM because they do the communication with the VM. We need to run a Python script HostMain.py and a broker (currently [http://activemq.apache.org/ ActiveMQ]) to be able to communicate with VM's.
    115115
    116116Notes: