My server IP in list of connected IPs???

Discussion in 'Site & Server Administration' started by trustjon, Aug 27, 2011.

  1. #1
    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.
     
    trustjon, Aug 27, 2011 IP
  2. zacharooni

    zacharooni Well-Known Member

    Messages:
    346
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    120
    #2
    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.
     
    zacharooni, Aug 30, 2011 IP