⟩ How to add a server group?
#haconf –makerw
#hagrp –add groupname
#hagrp –modify groupname systemList –add node1 node2
#haconf –dump -makero
#haconf –makerw
#hagrp –add groupname
#hagrp –modify groupname systemList –add node1 node2
#haconf –dump -makero
What are socket exceptions? What is out-of-band data?
Why do I keep getting EINTR from the socket calls?
Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?
How do I send [this] over a socket?
How come select says there is data, but read returns zero?
How can I force a socket to send the data in its buffer?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
Why does it take so long to detect that the peer died?
Why do I get EPROTO from read()?
Where can a get a library for programming sockets?