BAUMEISTER Alexandre writes:
 > Sinisa,
 > 
 >   If  I  had a thread on my daemons which executes a mysql_ping() each
 >   30 secondes and increase net_read_timeout to 60 will it be ok ? Does
 >   a mysql_ping() reset net_read and net_write timer ?
 > 
 >   Alex.
 > 
 > 
 > 


Alex mon ami,

This is all that mysql_ping does (on the server) :

    send_ok(net);                               // Tell client we are alive


No resetting of anything, what so ever.

And anybody can have a bug in the code, so can you ....


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to