Tuesday, May 22, 2007
RPC Programming~
1. What are remote procedure calls? Simply put, they are the high-level communications paradigm used in
the operating system. RPC presumes the existence of low-level networking mechanisms (such as TCP/IP
and UDP/IP), and upon them it implements a logical client to server communications system designed
specifically for the support of network applications. With RPC, the client makes a procedure call to send a
data packet to the server. When the packet arrives, the server calls a dispatch routine, performs whatever
service is requested, sends back the reply, and the procedure call returns to the client.
2.
I am writing some rpc code . I have a question how should I to implement the rpc server as a multhread programe.
And the lock is so strange ,
System V IPC semphoare.
the operating system. RPC presumes the existence of low-level networking mechanisms (such as TCP/IP
and UDP/IP), and upon them it implements a logical client to server communications system designed
specifically for the support of network applications. With RPC, the client makes a procedure call to send a
data packet to the server. When the packet arrives, the server calls a dispatch routine, performs whatever
service is requested, sends back the reply, and the procedure call returns to the client.
2.
I am writing some rpc code . I have a question how should I to implement the rpc server as a multhread programe.
And the lock is so strange ,
System V IPC semphoare.
Labels: RPC
Subscribe to Posts [Atom]
Scrape It |