Hi,
I find that requests from CPU to Ruby are sent in sequential, which
means that next request can only be sent after the previous one giving its
response to CPU. Thus, if one request needs to access memory, no new request
can be sent to ruby during this period. In this way, there no
Hi,
I find that requests from CPU to Ruby are sent in sequential, which
means that next request can only be sent after the previous one giving its
response to CPU. Thus, if one request needs to access memory, no new request
can be sent to ruby during this period. In this way, there no