Jardin Server should provide a way of alerting when pending connections reach a given limit

Bug #503823 reported by Aleksander Morgado
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
El Jardin
Confirmed
Wishlist
Aleksander Morgado

Bug Description

In the unexpected and undesired situation where all worker threads in a Jardin Server get stuck in a deadlock, the server will still accept() incoming connections which will be added to the internal list of connections to be processed, and the list will grow forever, until the number of FDs for the process reaches the system-configured limit.

We should provide a new method for the Jardin Server in order to register a callback which will be executed when the size of the list containing the pending connections grow above a given threshold. This will help triggering alerts, or even restarting the process.

Changed in eljardin:
importance: Undecided → Medium
status: New → Confirmed
assignee: nobody → Aleksander Morgado (aleksander-m)
milestone: none → 2.0.2005
Changed in eljardin:
milestone: 2.0.2005 → none
importance: Medium → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.