Wednesday, January 23, 2008

Queuing Theory

I am working on a something very interesting. The goal is to process messages submitted sequentially. The input rate is a parameter with a Poisson distribution (because it is random in time). There are several servers that can process messages. The execution time is exponentially distributed with a mean of {x} seconds per job. I want develop a strategy to achieve optimal throughput. The system initiates maintenance tasks during low activity and suspends them when incoming message activity picks up.

I will be posting the code on this blog shorty. Stay tuned.

0 comments: