Re: About XAPI task queue

2013-05-22 Thread Nguyen Anh Tu
Sure. Thanks Seb :-) 2013/5/22 Sebastien Goasguen > You might also want to check out IRC > > xen-api on freenode > > On May 21, 2013, at 1:30 PM, Nguyen Anh Tu wrote: > > > Perfect, Chiradeep. Exactly what i'm looking for. How about xapi queue? > > Could u send me more information about it > >

Re: About XAPI task queue

2013-05-21 Thread Sebastien Goasguen
You might also want to check out IRC xen-api on freenode On May 21, 2013, at 1:30 PM, Nguyen Anh Tu wrote: > Perfect, Chiradeep. Exactly what i'm looking for. How about xapi queue? > Could u send me more information about it > > Thanks :-) > > Sent from my GT-N7000 > On 22 May 2013 00:19, "Ch

Re: About XAPI task queue

2013-05-21 Thread Nguyen Anh Tu
Perfect, Chiradeep. Exactly what i'm looking for. How about xapi queue? Could u send me more information about it Thanks :-) Sent from my GT-N7000 On 22 May 2013 00:19, "Chiradeep Vittal" wrote: > Also > http://docs.vmd.citrix.com/XenServer/4.0.1/sdk/ch04.html#id2538486 > > > On 5/21/13 10:12 A

Re: About XAPI task queue

2013-05-21 Thread Chiradeep Vittal
Also http://docs.vmd.citrix.com/XenServer/4.0.1/sdk/ch04.html#id2538486 On 5/21/13 10:12 AM, "Chiradeep Vittal" wrote: >Are you looking for information on how XAPI does async processing? >http://wiki.xen.org/wiki/VM_Startup > >http://wiki.xen.org/wiki/XAPI_Dispatch > > >On 5/21/13 1:52 AM, "Ngu

Re: About XAPI task queue

2013-05-21 Thread Chiradeep Vittal
Are you looking for information on how XAPI does async processing? http://wiki.xen.org/wiki/VM_Startup http://wiki.xen.org/wiki/XAPI_Dispatch On 5/21/13 1:52 AM, "Nguyen Anh Tu" wrote: >no one can explain it for me? > > >2013/5/10 Nguyen Anh Tu > >> Hi forks, >> >> I'm working on CS + XCP. I

Re: About XAPI task queue

2013-05-21 Thread Nguyen Anh Tu
no one can explain it for me? 2013/5/10 Nguyen Anh Tu > Hi forks, > > I'm working on CS + XCP. I have a question: > > When starting VM, Async job "startvm" is sent to XCP Host via xapi. Then > we have to wait until xapi task responses. This code here: > > void startVM(Connection conn, Host

About XAPI task queue

2013-05-10 Thread Nguyen Anh Tu
Hi forks, I'm working on CS + XCP. I have a question: When starting VM, Async job "startvm" is sent to XCP Host via xapi. Then we have to wait until xapi task responses. This code here: void startVM(Connection conn, Host host, VM vm, String vmName) throws XmlRpcException { Task task