Hello, When I try to find the list of IPs connected to my Server I can see my own server has 20-30 connections to the server itself . . . How is this possibe?? Due to usage of localhost?? Thanks.
Most of the time, this is due to having lots of connections opens, and not closed, such as MySQL sockets, or using absolute URI's in src= tags. You may want to review your code, and properly place @mysql_close() statements where applicable.