ossp-pkg/srpc/TODO 1.3 -> 1.4
--- TODO 2001/06/12 13:14:48 1.3
+++ TODO 2001/06/21 05:16:05 1.4
@@ -1,30 +1,6 @@
-Simple RPC
-==========
-
-Architecture:
-- Abstracted Message Passing Library: libamp
-- eXtendable Data Serialization Library: libxds
-- Simple Remote Procedure Call Library: libsrpc
-
-TODO:
-
-- The server actually performing the function call has to interpret
- the transferred data according to the functions prototype. This may
- be done in one of the following ways:
-
- - All functions have the same prototype. The function may then be a
- stub calling the actual function. These stubs can be generated
- manually or semi-automatically.
-
- - Allow only a finite set of prototypes and switch according to the
- function tye, like in eAPI in Apache.
-
- - Build function call dynamically using the Foreign Function Call
- library.
-
-- The programmer should be able to specify whether his implementations
- need guarantees of being called at least once, exactly once, etc.
+TODO LIST AND MILESTONES
+========================
o M1 (peti) [11-Jun-2001]
- evaluation (-> ideas)
@@ -57,3 +33,4 @@
o M8 (rse)
- OSSP integration
+
|
|