| ||||||
| 5/18 |
| 2002/9/10 [Uncategorized] UID:25829 Activity:nil |
9/9 What's the difference between a skeleton and a stub?
A stub is a client-size proxy representing a remote function,
right? Then what is the skeleton used for?
\_ the skeleton is the other bit of the function, the one that is
run on the server. |