I don't really understand what you're trying to do here, but two things come to mind. One is that nearly all browsers open multiple connections to the server, so you should expect to see at least two connections from a single browser at any given time. Another is that many apache modules for limiting bandwidth or request already exist, like mod_bandwidth, mod_evasive, etc. You can find them at
.