Each connection has a connection reference, which is just an integer. So, technically, you're limited to whatever the range is for that integer, and I think the connection reference uses an I32. However, while you can have (and already do with a computer connected to a network) multiple connecitons, the more likely limitation is simple system resources as each connection requires memory. What is it that you're doing that you need to ask this question?