MMBob

the various queues used by the forum are no real cueues and it often takes longer than need be to process whatever you throw at them

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: 1.0
  • Component/s: None
  • Description:
    Hide
    Real queues should be used for all the mmbob queueing. Now they are lists, with a thread that sleeps for so long, and then processes the list items (sometimes sleeping for a little while in between).
    So even when the queue is empty, the object in it may have to wait for the maximum time. bad!
    Show
    Real queues should be used for all the mmbob queueing. Now they are lists, with a thread that sleeps for so long, and then processes the list items (sometimes sleeping for a little while in between). So even when the queue is empty, the object in it may have to wait for the maximum time. bad!

Activity

People

Dates

  • Created:
    2007-04-06 10:51
    Updated:
    2007-04-06 10:51