Tasks #222

Discuss Default Queue Sizes / Queuing and ThreadExecution Strategy

Added by S. Wrede about 13 years ago. Updated almost 13 years ago.

Status:RejectedStart date:03/02/2011
Priority:NormalDue date:
Assignee:S. Wrede% Done:

0%

Category:Java
Target version:-

Description

Currently, in Java, we feature a queue of length 1000 for tasks to be scheduled by an ExecutorService. Probably, that number needs fine tuning or we decide to use by default an unbounded queue and just warn a user about a certain queue length limit.

We could also think about kind of a receive last feature by using a queue with fixed size 1, throwing away history and just dispatching the newest elements.

History

#1 Updated by J. Moringen almost 13 years ago

  • Status changed from New to Rejected

Eventprocessing has to be rewritten anyway.

Also available in: Atom PDF