This is what he said:

In the test FREEESWITCH
1.0.19 version of the time found a problem, too much can cause odbc
connection, leading to not create a new connection problem. Find the code
found in the following function should be connected without removing the
logo.


SWITCH_DECLARE (void)
switch_cache_db_release_db_handle (switch_cache_db_handle_t ** dbh)
(
if (dbh & & * dbh)
(
switch_clear_flag (* dbh, CDF_INUSE); / / get rid of using the state flag
switch_mutex_unlock ((* dbh) -> mutex);
* Dbh = NULL;
)
)


-E
Gpro.ws
_______________________________________________
FreeSWITCH-dev mailing list
FreeSWITCH-dev@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org

Reply via email to