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

[no subject]



There is a problem with interlocking between different processes
trying to update the same window.
I can see two solutions:
1) A window is updated only by a process that is handling it.
WINDOW-UPDATE is flushed.
2) All windows are updated by the scheduler when nothing is going on.
I'm not sure what the right solution is.
Maybe it's to do both, somehow, with interlocking still needed.