<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<p>Connection Manager implementation. Connection Managers architecture is composed of two parties.
<ul>
    <li>Connection Managers that accept client connections. Not implemented here.</li>
    <li>The Main server that handles Connection Manager connections. Implemented here.</li>
</ul>
</p>
</body>
</html>