Hi everyone,
I was currently alerted by my webserver provider that my application was opening 8 sockets
and not releasing them. They created a debug software which reports how many open sockets
the server sees. When I used there debug software, it appears my application is not opening 8 sockets,
"I am currently working with them on this issue." I only see one open socket and their webserver seems
to close it.
I am using the following JQuery:
jquery-ui-1.10.3.custom.min.css
jquery-1.10.2.min.js.gz
jquery-ui-1.10.3.custom.min.js.gz
They recommended that I use a software called WireShark which shows the traffic between my JQuery
application (Website page) and their webserver.
The following is a capture between the Webserver(10.1.10.20) and my JQuery application (Webpage) 10.1.10.19
My questions are the following:
1. Is JQuery opening 8 Sockets from what I provided above?
2. Does JQuery open Sockets and then close them?
3. From my capture can this be seen happening?
4. If 8 Sockets are being opened, has this been addressed with a newer version of JQuery?
Thanks,
Neil