Oracle VM VirtualBox 4.3.36 User Manual
as those that can be applied to individual VMs i.e. Start, Pause, Reset, Close (Save state, Send Shutdown, Poweroff), Discard Saved State, Show in fileSystem, Sort. • Clean architecture; unprecedented modularity similar to suspending a laptop computer (e.g. by closing its lid). • Send the shutdown signal. This will send an ACPI shutdown signal to the virtual machine, which has the same effect as if you had pressed computer. So long as the VM is running a fairly modern operating system, this should trigger a proper shutdown mechanism from within the VM. • Power off the machine: With this option, VirtualBox also stops running0 码力 | 380 页 | 3.79 MB | 5 月前3Oracle VM VirtualBox 4.2.32 User Manual
as those that can be applied to individual VMs i.e. Start, Pause, Reset, Close (Save state, Send Shutdown, Poweroff), Discard Saved State, Show in fileSystem, Sort. • Clean architecture; unprecedented modularity similar to suspending a laptop computer (e.g. by closing its lid). • Send the shutdown signal. This will send an ACPI shutdown signal to the virtual machine, which has the same effect as if you had pressed computer. So long as the VM is running a fairly modern operating system, this should trigger a proper shutdown mechanism from within the VM. • Power off the machine: With this option, VirtualBox also stops running0 码力 | 348 页 | 5.93 MB | 5 月前3Oracle VM VirtualBox 5.2.40 User Manual
as those that can be applied to individual VMs i.e. Start, Pause, Reset, Close (Save state, Send Shutdown, Poweroff), Discard Saved State, Show in fileSystem, Sort. • Clean architecture; unprecedented modularity similar to suspending a laptop computer (e.g. by closing its lid). • Send the shutdown signal. This will send an ACPI shutdown signal to the virtual machine, which has the same effect as if you had pressed computer. So long as the VM is running a fairly modern operating system, this should trigger a proper shutdown mechanism from within the VM. • Power off the machine: With this option, VirtualBox also stops running0 码力 | 387 页 | 4.27 MB | 5 月前3Oracle VM VirtualBox 5.2.12 User Manual
as those that can be applied to individual VMs i.e. Start, Pause, Reset, Close (Save state, Send Shutdown, Poweroff), Discard Saved State, Show in fileSystem, Sort. • Clean architecture; unprecedented modularity similar to suspending a laptop computer (e.g. by closing its lid). • Send the shutdown signal. This will send an ACPI shutdown signal to the virtual machine, which has the same effect as if you had pressed computer. So long as the VM is running a fairly modern operating system, this should trigger a proper shutdown mechanism from within the VM. • Power off the machine: With this option, VirtualBox also stops running0 码力 | 380 页 | 4.23 MB | 5 月前3Oracle VM VirtualBox 4.1.40 User Manual
suspending a laptop computer (e.g. by closing its lid). 23 1 First steps • Send the shutdown signal. This will send an ACPI shutdown signal to the virtual machine, which has the same effect as if you had pressed computer. So long as the VM is running a fairly modern operating system, this should trigger a proper shutdown mechanism from within the VM. • Power off the machine: With this option, VirtualBox also stops running on the host, when the guest is activated, it will be disconnected from the host without a proper shutdown. This may cause data loss. 2. Solaris hosts have a few known limitations regarding USB support;0 码力 | 310 页 | 4.87 MB | 5 月前3THE NETWORKINGTS FROM SCRATCH: IO Objects
explicit my_service(std::net::execution_context& ctx); private: virtual void shutdown() noexcept override; }; 21Service::shutdown 22Service Access & Creation templatetypename Service::key_type& virtual void shutdown(); // Creates a managed object by forwarding the // given arguments template T* create(Args&&... args); // Destroys the pointee unless shutdown() has // 0 码力 | 35 页 | 900.82 KB | 5 月前3hazard pointer synchronous reclamation
com/facebook/folly under synchronization/Hazptr.h Is Asynchronous Reclamation Always Enough? delete ptr shutdown_resource_X() Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 – Maged Michael Example: Concurrency TS2 – Maged Michael Same example but using hazard pointer deferred reclamation ptr-retire() shutdown_resource_X() ~Foo() { use_resource_X (); } Foo* ptr = new Foo; Remove ptr Some use cases need synchronous Concurrency TS2 – Maged Michael ptr-retire() ~Foo() { use_resource_X (); } Foo* ptr = new Foo; Remove ptr shutdown_resource_X() No problem - No use of unavailable resource Concurrency TS2 Global Cleanup Performance0 码力 | 31 页 | 856.38 KB | 5 月前3Tornado 6.5 Documentation
(continued from previous page) async def main(): app = make_app() app.listen(8888) shutdown_event = asyncio.Event() await shutdown_event.wait() if __name__ == "__main__": asyncio.run(main()) The main coroutine function run forever. (and if you wish to have main exit early as a part of a graceful shutdown procedure, you can call shutdown_event.set() to make it exit). The Application object The Application object is datetime objects. tornado.platform.asyncio • The shutdown protocol for AddThreadSelectorEventLoop now requires the use of asyncio.run or asyncio.loop.shutdown_asyncgens to avoid leaking the thread. • Introduced0 码力 | 272 页 | 1.12 MB | 2 月前3The Roles of Symmetry And Orthogonality In Design
• Some operations do not fully go backwards • Init…uninit • Load…unload • Start…shapshot-save…shutdown • Lifecycle Exception or Error Tracing • Source…sink • Producer…consumer • Push…pull (how to • Some operations do not fully go backwards • Init…uninit • Load…unload • Start…shapshot-save…shutdown • Lifecycle Exception or Error Tracing • Source…sink • Producer…consumer • Push…pull (how to • Some operations do not fully go backwards • Init…uninit • Load…unload • Start…shapshot-save…shutdown • Lifecycle Exception or Error Tracing • Source…sink • Producer…consumer • Push…pull (how to0 码力 | 151 页 | 3.20 MB | 5 月前3Tornado 6.5 Documentation
]) async def main(): app = make_app() app.listen(8888) shutdown_event = asyncio.Event() await shutdown_event.wait() if __name__ == "__main__": asyncio.run(main()) The main function run forever. (and if you wish to have main exit early as a part of a graceful shutdown procedure, you can call shutdown_event.set() to make it exit).The Application object The Application object is responsible asyncio The shutdown protocol for AddThreadSelectorEventLoop now requires the use of asyncio.run [https://docs.python.org/3/library/asyncio-runner.html#asyncio.run] or asyncio.loop.shutdown_asyncgens [https://docs0 码力 | 437 页 | 405.14 KB | 2 月前3
共 32 条
- 1
- 2
- 3
- 4