Process-in-Process
 All Functions Groups Pages
pip-exec

run program(s) as PiP tasks

Synopsis
pip-exec [OPTIONS] <program> ... [ : ... ]
Description
Run a program as PiP task(s). Mutiple programs can be specified by separating them with ':' to share the same virtual address space with the pip-exec command.
Parameters
-n Nnumber of tasks
-f FUNCfunction name to start
-c COREspecify the CPU core number to bind core(s)
See Also
pipcc(1)