Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When my production Solaris server is active and I run ps aef on it, I notice that there are multiple copies of the WHSERV processes running. What is this all about ?

0
Posted

When my production Solaris server is active and I run ps aef on it, I notice that there are multiple copies of the WHSERV processes running. What is this all about ?

0

This is normal behavior. What you are seeing is the manner by which the Warehouse server handles remote client requests for service in Unix. The primordial WHSERV listens on a well-known port (default 1610) and will fork/exec a copy of itself for every remote connection request it receives from a Warehouse client. WHSERV then hands off the socket connection associated with this request to the newly-created child process. The child WHSERV process transacts with the remote client and gracefully terminates when the client closes the connection. Tip : based on the ps command, a quick way to distinguish the primordial WHSERV from its child processes is that the former runs as root whereas the latter run under a client login id.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123