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.

Why does STM use networking sockets (AF_INET) rather than local sockets (AF_UNIX)?

local networking Sockets STM
0
Posted

Why does STM use networking sockets (AF_INET) rather than local sockets (AF_UNIX)?

0

STM implemented its inter-process communication using AF_INET sockets to fulfill the requirement that communication between the User Interface (UI) and the rest of the system be able to occur remotely. This means that a UI running on a local system can connect to STM running on a remote system. This capability allows the UI to be connected to multiple systems running STM, both local and remote, and control and run tests on each of those systems at the same time. The STM developers did not want to implement a separate communication mechanism between the UI and STM for local and remote connections. The ability to run STM on a remote system has not been tested on the initial release (MPE/iX 6.5). This feature is planned to be formally released in an upcoming version of MPE/iX. The HP-UX version of STM also implements inter-process conmmunication using AF_INET sockets. Entries in the system map are labeled “Unknown. Many MPE/iX systems are “over-configured”, that is, their configuration fi

Related Questions

What is your question?

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

Experts123