Check-in Number:
|
523 | |
Date: |
2001-Jun-27 23:07:36 (local)
2001-Jun-27 21:07:36 (UTC) |
User: | simons |
Branch: | |
Comment: |
Now it's official: It's spelled "marshaling". I found it spelled that
way in Richard Stevens book "Network Programming". |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/srpc/EVAL 1.12 -> 1.13
--- EVAL 2001/06/26 11:46:38 1.12
+++ EVAL 2001/06/27 21:07:36 1.13
@@ -73,7 +73,7 @@
generator that will encapsulate function definitions in such a way
that they can be called remotely with the functions provided in a
link library. The whole system is very lean and efficient,
- marshalling is done automatically for most data types, and the
+ marshaling is done automatically for most data types, and the
provided documentation is sufficient.
Unfortunately, the whole system is written in C++ and can thus not
@@ -94,7 +94,7 @@
ORBit uses CORBA, it is very fast and efficient. ORBit allows
peer-to-peer communication without the use of a request broker and
comes with an "interface definition language" (IDL) that is used for
- marshalling the parameters of remote function calls.
+ marshaling the parameters of remote function calls.
- Requires glib 1.2.1 or newer.
|
|