Q. What kinds of services does the process manager provide? Define local procedure call?
Answer: The process manager offers services for creating and deleting and using processes and threads and jobs. The process manager as well implements queuing and delivery of asynchronous procedure calls to threads. The LPC (local procedure call) is a message-passing system.
The operating system utilizes the LPC to pass requests and results between client and server processes within a single machine in particular between Windows XP subsystems.