at least the patch for the mysql reconnect problem is interesting.

btw: was this problem ever reported for openser too, or does it happen only with ser?

regards
klaus

-------- Original Message --------
Subject: [Serdev] CVS:commitlog: sip_router/modules/mysql my_con.c mysql_mod.c mysql_mod.h
Date: Wed, 27 Jun 2007 01:12:04 +0200 (CEST)
From: Jan Janak <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

janakj      2007/06/25 17:39:09 CEST

  SER CVS Repository

  Modified files:
    modules/mysql        my_con.c mysql_mod.c mysql_mod.h
  Log:
  Added the following features from Andrei:
  - connect_timeout parameter which allows to limit connection timeouts to
    mysql server
- send_timeout parameter which can limit the time the client library spends
    sending data to the server
  - receive_timeout parameter which can limit the time the library spends
    waiting for the data from the server
  - enable reconnect for mysql >= 5.0.13

  Revision  Changes    Path
  1.9       +36 -1     sip_router/modules/mysql/my_con.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/mysql/my_con.c.diff?r1=1.8&r2=1.9
  1.3       +37 -1     sip_router/modules/mysql/mysql_mod.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/mysql/mysql_mod.c.diff?r1=1.2&r2=1.3
  1.2       +7 -1      sip_router/modules/mysql/mysql_mod.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/mysql/mysql_mod.h.diff?r1=1.1&r2=1.2
_______________________________________________
Serdev mailing list
[EMAIL PROTECTED]
http://lists.iptel.org/mailman/listinfo/serdev

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to