Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many Open Connections Showing on sql.Open() ORA v4 GOLANG #250

Open
absBitm opened this issue Jun 7, 2018 · 0 comments
Open

Many Open Connections Showing on sql.Open() ORA v4 GOLANG #250

absBitm opened this issue Jun 7, 2018 · 0 comments

Comments

@absBitm
Copy link

absBitm commented Jun 7, 2018

on creating orav4 connection using sql.Open(..) , i was concerned about the number of open connections , i saw there was more than 40 connections showing on creating & using a single connection through out my program and when my program finishes it again settled down to 0.

  1. creation of connection : I have Used Singleton module (sync.Once.do) for the creation of solo connection on concurrent hits .
  2. verifying number of connection : sudo netstat -C | grep ora4 | wc -l

Please Help !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant