What happens if the server is not loaded into memory?
If the server or container object is not loaded in memory because it is shutting down or starting up, it will not be listening for requests and cannot accept connections. Any clients that attempt to connect to the server will normally fail after a client-specific timeout period. Actions: Follow-up, clarify or correct this answer. Submit a new question.
If the server or container object is not loaded in memory because it is shutting down or starting up, it will not be listening for requests and cannot accept connections. Any clients that attempt to connect to the server will normally fail after a client-specific timeout period. Actions: Follow-up or correct this answer. Submit a new question.