search for: run_onc

Displaying 3 results from an estimated 3 matches for "run_onc".

Did you mean: run_one
2014 Mar 14
3
Sys::Virt integration into other event loops
...de in the on_read() handler and every time the $fh has something to read, it will fire off. I’d like to do something similar with Sys::Virt, but I can’t seem to wrap my head around its event system. The only examples I can find are the ones included in Sys::Virt source, which consist of a series of run_once() calls, or a while loop around run_default(). Does anyone have any idea how I can make this play nicely with an existing event loop such as EV, or even to fire off ($cv->send) an AnyEvent condvar when the event I set in domain_event_register_any() triggers? Our current solution involves sett...
2014 Mar 14
0
Re: Sys::Virt integration into other event loops
...handler and every time the $fh has > something to read, it will fire off. I’d like to do something similar > with Sys::Virt, but I can’t seem to wrap my head around its event system. > The only examples I can find are the ones included in Sys::Virt source, > which consist of a series of run_once() calls, or a while loop around > run_default(). > > Does anyone have any idea how I can make this play nicely with an existing > event loop such as EV, or even to fire off ($cv->send) an AnyEvent condvar > when the event I set in domain_event_register_any() triggers? > >...
2006 Oct 25
2
Logon script with Administrator rights
I am using a .bat logon script (the same for all users) and it avoids that I have to configure each user manually. But now I have to run a command that requires administrator rights on two files, and the command I write in the .bat file doesn't work. Do you know how to run the logon script as the local machine Administrator? After all, the logon script is on the server and only me can