-----
:class:`Server`\ s can be part of any number of pools.
-Pools are automatically created when a server is added to a pool (with :func:`newServer`), or can be manually created with :func:`addPool`.
-
-.. function:: addPool(name) -> ServerPool
-
- Returns a :class:`ServerPool`.
-
- :param string name: The name of the pool to create
+Pools are automatically created when a server is added to a pool (with :func:`newServer`), or can be manually created with :func:`getPool`.
.. function:: getPool(name) -> ServerPool
- Returns a :class:`ServerPool` or nil.
+ Returns a :class:`ServerPool`. If the pool does not exist yet, it is created.
:param string name: The name of the pool