Menu

Can I reduce the number of httpd connections?

Help
2007-12-15
2013-04-05
  • Nobody/Anonymous

    While testing DMC with the SAMPLE database, I see that Zend Core for IBM (which I'm using to run DMC) has opened seven httpd connections to DB2. Is this necessary? Is there any way I can reduce the number of connections that DMC or PHP opens to my monitored databases?

     
    • Matthew Vandenbussche

      Hello,

      I expect that you will see a total of 3 connections, please let me know if this is not the case.

      In the DB2MC we use persistent connection to speed up delivery of information (you are looking at +2s lag if you are required to connect each time).

      As there are 3 files on the server which use a connection each has it's own connection as far as I can tell

      index.php
      action.php
      titleBar.php

      As the index.php and titleBar.php are not used frequently I will look at moving them to a non persistent connection.

      Regard

       
    • Matthew Vandenbussche

      in v2.1.251

      index.php and titleBar.php have been moved to non-persistent connection, there should only be one persistent connection to the database now.

       

Log in to post a comment.