The invention discloses a method and
system for improving RPC access efficiency and a storage medium, and relates to the technical field of
remote procedure call, and the method for improving the RPC access efficiency comprises the following steps: a
client and a
server respectively distribute memories through a CPU, and generate handles for marking the memories; the
client writes to-be-processed input data into a memory allocated by the
client, sends an RPC
control flow to the
server by using a CPU, and exchanges
handle information through a kernel module of a kernel layer to perform
data transmission; the
server accesses the input data based on the
handle information to carry out heterogeneous calculation, writes a calculation result into a memory allocated by the server, sends an RPC
control flow to the client by utilizing a CPU, and exchanges the
handle information through a kernel module of a kernel layer to carry out
data transmission; and the client accesses the calculation result based on the handle information. According to the method, the
control flow and the data flow in the RPC access process are separated, the CPU only participates in transmission of the control flow data, and the transmission efficiency of effective data in the RPC access process is greatly improved.