in reply to •Re: the unsafe signals controversy
in thread the unsafe signals controversy
I thought the next step was rather obvious. If there are certain opcodes that can take a long time to run, then the code run by those opcodes should be made smarter, releasing the critical section (or whatever else it might be called) during the parts of the opcode when blocking I/O is being done and unlocking it briefly and repeatedly at 'safe' points if the opcode involves some long-running actions such as looping.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^2: the unsafe signals controversy (grainy)
by TimToady (Parson) on Mar 23, 2004 at 21:16 UTC | |
|
Re: Re^2: the unsafe signals controversy (grainy)
by Old_Gray_Bear (Bishop) on Mar 23, 2004 at 18:46 UTC |