threads - use them as much as you can

James Hague jamesh@REDACTED
Tue Nov 28 19:00:25 CET 2000


Ulf Wiger wrote:

>As for many thread priority levels, I remain unconvinced
>In AXD 301, we've settled on job scheduling/prioritization.
>Basically, programmers get to decide what consitutes a job,
>or a work unit. We have a simple but efficient job scheduler
>which implements a weighted round robin on a configurable
>number of job queues.

So you have Erlang code that determines which job gets to run and when?
That's slick.  I tend to think of Erlang in terms of the raw capabilities
of the language, not thinking about how things would change if I added some
simple layers of abstraction :)

James



More information about the erlang-questions mailing list