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

can we use one port for deadicate server and pool server #6

Closed
digoal opened this issue May 21, 2018 · 1 comment
Closed

can we use one port for deadicate server and pool server #6

digoal opened this issue May 21, 2018 · 1 comment

Comments

@digoal
Copy link

@digoal digoal commented May 21, 2018

can we use one port for deadicate server and pool server, so application's don't need to change .

@digoal
Copy link
Author

@digoal digoal commented May 21, 2018

sorry it's my mistake.
If session_pool_port is zero and session_pool_size is not zero, then sessions (pooled connection) will be also "
"accepted at main port. Session pool ports are allocated sequentially: if Postgres main port is 5432 and session_pool_ports is 2, "
"then ports 5433 and 5434 will be used for connection pooling.")

@digoal digoal closed this May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.