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:

  1. the socket minder shouldn't send events! that's a huge butt clog.
  2. only for connection events should it actually send the thing. or maybe for readable too?
  3. the writable event could be handled as a simple lookup on the minder. or perhaps it should be dealt with by a time stamp?
  4. 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.

Change History (1)

comment:1 by Fred T. Hamster, 8 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.