MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: scheduler question



asb@media.mit.edu writes:
> If I were to make almost all the verbs on my MOO owned by #2 and do a
> set_task_perms, would I lose performance?  Would the scheduler be unhappy?
> How does the scheduler work anyway?  Is there any documentation?

It won't affect the scheduler at all, since you'll always have done the
set_task_perms() before doing any forks or suspends, and those are the only
things that affect ownership (and scheduling) of tasks.

There isn't any documentation of the scheduler.

	Pavel


References:

Home | Subject Index | Thread Index