Problem How can I improve the following code and features? It is based on active911’s C++ connection pool. The full […]
Tag: connection-pool
Multithreaded app for writing to a MySQL database
Problem I have a multi-threaded app (WCF) that writes to a MySQL db. I want to use MySQL’s built in […]
Retrieving restaurant orders from SQL Server [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Closed last year. Code not implemented or not […]
Connection pool for java.sql.Connection
Problem I have made a connection pool for SQL Connection objects. The purpose of this object is to provide multi […]
Using MySQL with Wai and Warp
Problem I was wondering if below is the correct convention for combining Wai with a Database pool. What I basically […]
Connection Pool in Java 8 using Strategy and Factory Pattern
Problem How can I improve the following code and features? It is based on active911’s C++ connection pool. The full […]
Java REST WS with DB
Problem I want to get the feedback this code about the best practice I should follow and if I am […]
Multithreaded app for writing to a MySQL database
Problem I have a multi-threaded app (WCF) that writes to a MySQL db. I want to use MySQL’s built in […]
ConnectionPool using LinkedBlockingDeque
Problem Below is the code snippet that I developed for ConnectionPool. Kindly let me know if there are any problems […]