On Tue, Dec 27, 2005 at 11:14:17AM -0800, Michael Shapiro wrote: > > > 1. Is there any mechanism to remove a process from the run queue and > > later put it back without notifying the process that this has occurred? > > Sigstop and sigcont don't suffice, because they notify the process. > > You can use the /proc PCSTOP and PCRUN directives for this. man -s4 proc > for more information. You can also try using our higher-level internal > process control library, libproc, if you like: point the source browser > at usr/src/lib/libproc/.
pstop(1) and prun(1) will do this from the command line. Cheers, - jonathan -- Jonathan Adams, Solaris Kernel Development _______________________________________________ opensolaris-code mailing list [email protected] https://opensolaris.org:444/mailman/listinfo/opensolaris-code
