XMDS should have a MAX requests per hardware/IP
Registered by
Dan Garner
To protect itself against DoS and general traffic (maybe caused by a faulty client)
Perhaps this could be a calculated figure based on the clientTimout / client request period settings
Blueprint information
- Status:
- Not started
- Approver:
- Xibo Developers
- Priority:
- Medium
- Drafter:
- Dan Garner
- Direction:
- Needs approval
- Assignee:
- Dan Garner
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Alex: Currently JClient will attempt to have 5 concurrent getFile() requests running at any one time, plus possibly three other calls (requiredFiles x1, schedule x1 and register x1). I can very easily make the number of download threads available to the client configurable.
(?)