| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | July 23 2010 7:08pm |
| Subject: | Re: Does 3.1.0 support MySQL 5.0? | ||
| View as plain text | |||
On Jul 23, 2010, at 11:27 AM, Dan Cook (dancook) wrote: > change the ConnectionPool::grab call to safe_grab. Remember the admonishments at the top of the user manual chapter on threading. Neither MySQL++ nor the underlying C API library make your life easy when it comes to threads. Also, this change you made is making the C library do more work, due to the extra ping() calls, unless it replaces pings you were doing yourself. http://bit.ly/aVc0sg More work in a threaded program means more places to go wrong.
| Thread | ||
|---|---|---|
| • Problem with ReconnectOption on CentOS 5.5 | Martin Dubuc | 20 Jul |
| • Re: Problem with ReconnectOption on CentOS 5.5 | Warren Young | 20 Jul |
| • Re: Problem with ReconnectOption on CentOS 5.5 | Martin Dubuc | 20 Jul |
| • Re: Problem with ReconnectOption on CentOS 5.5 | Warren Young | 20 Jul |
| • Does 3.1.0 support MySQL 5.0? | dancook) | 22 Jul |
| • Re: Does 3.1.0 support MySQL 5.0? | Warren Young | 22 Jul |
| • RE: Does 3.1.0 support MySQL 5.0? | dancook) | 23 Jul |
| • Re: Does 3.1.0 support MySQL 5.0? | Warren Young | 23 Jul |
