Lines Matching refs:processes
9 such a case, a process often uses multiple child processes to achieve tasks
18 workaround can be to launch multiple processes instead, with each process
22 Spawning child processes
102 Detaching processes
106 child processes which are independent of the parent so that the parent exiting
119 Sending signals to processes
129 For processes started using libuv, you may use ``uv_process_kill`` instead,
252 script prints, gets sent to the client. By using processes, we can offload the
254 is great. Just be warned that creating processes is a costly task.
278 This is intended for the purpose of allowing multiple libuv processes to
292 file-system they can be used for IPC between unrelated processes. The D-BUS_
331 between processes by sending them over a domain socket. This allows processes
332 to hand off their I/O to other processes. Applications include load-balancing
333 servers, worker processes and other ways to make optimum use of CPU. libuv only
337 clients to worker processes in a round-robin fashion. This program is a bit