Opened 12 years ago
Last modified 8 years ago
#182 assigned refactoring
socket minder -- socket minder needs throttle
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-octopus | Version: | |
Keywords: | Cc: |
Description
throttling needed badly on socket minders:
- the socket minder shouldn't send events! that's a huge butt clog.
- only for connection events should it actually send the thing. or maybe for readable too?
- the writable event could be handled as a simple lookup on the minder. or perhaps it should be dealt with by a time stamp?
- don't send writable events faster than every N milliseconds! yes, that would be nice. allow throttling at the control level of those events so that we only get them as fast as we care about them.
Note:
See TracTickets
for help on using tickets.