I created an ajax web app that works well on my development machine, but when I moved it over to the server, it runs extremely slow or it doesn't even work at all.
On the development machine, mysql has about 27 ports opened per http connection - most of them in the TIME_WAIT state. On the server, it only opens a few per http connection and a max of only 7.
I don't know what is causing this port shortage on mysql. All the settings are the same between the two machines.
Any insight would be much appreciated.