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

Replace xinetd support with the native listener [CORE5238] #5517

Closed
firebird-automations opened this issue May 15, 2016 · 8 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @dyemanov

Votes: 1

Using the same native network listener (firebird process) on Classic would be the logical last step in unifying the architectures. It would simplify maintenance for us (no need to double install scripts) and production setup for end users (easy to detect running server, no need to tweak xinetd.conf re. max number of connections, etc.). Also, it would allow some new features requiring other-than-networking threads running inside the server.

Commits: e131cb3

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 4.0 Alpha 1 [ 10731 ]

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @aafemt

xinetd has much richer set of features than builtin listener. It can limit connection speed, number of connections from the same IP and so on.

It would be nice to have a module that can be used with xinetd and transfer client sockets to main superserver process for further handling.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Such module can be written but I see no great use in it because xinetd is dying - it's not needed in case when systemd is used instead init.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 4.0 Beta 1 [ 10750 ]

Fix Version: 4.0 Alpha 1 [ 10731 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 4.0 Alpha 1 [ 10731 ]

Fix Version: 4.0 Beta 1 [ 10750 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 4.0 Beta 1 [ 10750 ]

Fix Version: 3.0.2 [ 10785 ]

Fix Version: 4.0 Alpha 1 [ 10731 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 4.0 Alpha 1 [ 10731 ]

Fix Version: 4.0 Beta 1 [ 10750 ] =>

Fix Version: 3.0.2 [ 10785 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

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

No branches or pull requests

2 participants