Server Type utility.
A utility that the can create a server instance.
This is a pure read-only interface, since the values are set through a ZCML directive and we shouldn't be able to change them.
There are no attributes or fields specified.
create(name, db, ip=None, port=None, backlog=50)
Create the server knowing the port, IP address and the ZODB.
Returns the new server.