mirror of
https://codeberg.org/JasterV/grpc-slides.git
synced 2026-04-26 18:40:03 +00:00
Update notes
This commit is contained in:
parent
ea79735906
commit
58757250e6
1 changed files with 8 additions and 5 deletions
|
|
@ -28,6 +28,8 @@ note:
|
||||||
|
|
||||||
- RPCRuntime is also known as RPC communications package
|
- RPCRuntime is also known as RPC communications package
|
||||||
|
|
||||||
|
- One of the most important work the server developers must do is to define the **interface**
|
||||||
|
|
||||||
- In that lab, the user-stub and server-stub used to be generated by a program called Lupine.
|
- In that lab, the user-stub and server-stub used to be generated by a program called Lupine.
|
||||||
|
|
||||||
[1] WHITE, J. E. A high-level framework for network-based resource sharing. In Proc. National Computer Conference, (June 1976).
|
[1] WHITE, J. E. A high-level framework for network-based resource sharing. In Proc. National Computer Conference, (June 1976).
|
||||||
|
|
@ -183,7 +185,8 @@ note:
|
||||||
|
|
||||||
note:
|
note:
|
||||||
|
|
||||||
Compatibility notes:
|
*Compatibility notes*
|
||||||
|
|
||||||
- Field deletion compatibility is supported at a syntax level
|
- Field deletion compatibility is supported at a syntax level
|
||||||
- Via the use of a special keyword
|
- Via the use of a special keyword
|
||||||
- Fields not found will be set a default value always
|
- Fields not found will be set a default value always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue