w***o 发帖数: 6775 | 1 Please list different ways that 2 applications running on 2 different
servers can be made to communicate with each other. |
w***o 发帖数: 6775 | |
d**e 发帖数: 6098 | 3 不太清楚这个对不对
shared memory
message-passing
【在 w***o 的大作中提到】 : Please list different ways that 2 applications running on 2 different : servers can be made to communicate with each other.
|
f*******t 发帖数: 7549 | 4 remote procedure call
message passing? |
c*********t 发帖数: 2921 | 5 socket
RPC
【在 w***o 的大作中提到】 : Please list different ways that 2 applications running on 2 different : servers can be made to communicate with each other.
|
q****x 发帖数: 7404 | 6 what's the diff? why they are in parallel?
http://discuss.fogcreek.com/joelonsoftware3/default.asp?cmd=sho
My question below may be dumb :
What is the difference between socket communication and RPC calls?
...
RPC data may be (is usually) sent via sockets. There is more than one standard format for RPC data.
【在 c*********t 的大作中提到】 : socket : RPC
|