Shashank Singh

Results 7 comments of Shashank Singh

java and go driver send default pool name value. https://github.com/paypal/hera/blob/30fca1a6c346187c04888f24870d7b8a73b5927d/client/java/jdbc/src/main/java/com/paypal/hera/cal/CalClientConfigMXBeanImpl.java#L10 https://github.com/paypal/hera/blob/30fca1a6c346187c04888f24870d7b8a73b5927d/client/gosqldriver/tcp/driver.go#L73 Currently drivers do not include config file.

I myself encountered this same issue on Darwin 18.5.0. **wrapc_darwin.go** is incomplete for func ReapDefunctPids & KillParam.

I have Database connector service build using this async-pgsql2 API which connects with the DbServer. 1000 Clients make connections with the connector service and it routes sql to the DbServer....

@alexanderkjall This is my project: [async-db-connector](https://github.com/sssinghsyr/async-db-connector/blob/threadpool/). I am testing with 1000 clients sending queries in parallel. Async-db-connector uses IOmultiplexing to receive all queries with single thread and call async-pgsql2 method...

@alexanderkjall Could you please help me to setup this project's test suite? Cannot I run the testcases without docker? Any setup link will be preferable!

@sagenschneider There was no OutOfMemoryExceptions. I was comparing application memory usage between JDBC and ADBA.

@sagenschneider I had the same suggestion, to reduce/block the continuous CPU usage of the DataSource thread. [Issue #12 ](https://github.com/pgjdbc/pgsql2/issues/12) I had started working on this, have to make more changes...