It's called concurrent connections or processes and your hosting account has a set limit (usually 25) - anything above that limit blocks traffic. A concurrent connection is any request to your server to deliver a file.
For example, someone visits your page, so that's one connection to request the page, but then the page will request images, CSS files, javascript files and more to be loaded (each one takes another connection).
No comments:
Post a Comment