Your application just detected a critical condition, you can write a message to an application log or even the syserr_log but how do you notify someone right now that the application needs attention?
In this posting, I offer advice on how to configure your ftScalableTM Storage Array (hereafter abbreviated to ftScalable) to optimize its performance.
The stcp_statistics package has been updated to correct a problem.
As more and more people start using SSH in place of Telnet, I am seeing more and more confusion over the way that the SSH daemon treats password warning, expiration, and grace times.
Recently while troubleshooting a connection problem this question arose. The OpenVOS system was connecting to a public Internet facing server.
I have never forgotten the way I installed my first change (and my first bug) into Multics. Read on to hear my story.
The following STCP code fragment demonstrates a problem that I have observed. It blocks on the recv call until there is data to read, then it processes the received data and calls recv again which will either return with more data (or an error) or block.