Comment on A Solution to CPU-intensive Tasks in IO LoopsComments−superrad14yDoesn't erlang effectively do this, allowing its processes to only execute a certain amount of vm instructions before allowing a switch to another process?−willvarfar14yYes, it is one of the neat languages with the green threads that I alluded to towards the end of the article.Your description also fits CPython, though ;)
Comments
Doesn't erlang effectively do this, allowing its processes to only execute a certain amount of vm instructions before allowing a switch to another process?
Yes, it is one of the neat languages with the green threads that I alluded to towards the end of the article.
Your description also fits CPython, though ;)