Changeset 1381:76d814e375c0
Legend:
- Unmodified
- Added
- Removed
-
docs/main
r1363 r1381 14 14 * format defines data format abstraction 15 15 currently XML and JSON data formats supported 16 * memory interface forms interface for shared memory between OS processes 16 * memory interface forms interface for shared memory between OS processes 17 17 * tpl implements [wiki:LibdodoTplProcessor libdodo template processor] interface 18 18 * exception defines interfaces for handling application exceptions … … 23 23 normally used with conjunction of non-blocked Input/Output 24 24 * channel is basic Input/Output interface 25 branches out into block and stream interfaces to handle block and stream I/O accordingly 25 branches out into block and stream interfaces to handle block and stream I/O accordingly 26 26 * file is a representative of block interface to handle file based I/O 27 27 divided into regular, fifo and temp interfaces to handle read and write from and to regular files, fifos and temporary files … … 29 29 useful in areas where channel interface is required but memory as a storage is preferable 30 30 * network is a network interaction subsystem that is divided into client, server and exchange interface that stand for client- and server- side connection and stream interface to exchange data accordingly. 31 Generic network and unix socket connections supported. SSL encryption of transferred data is supported in both cases. 31 Generic network and unix socket connections supported. SSL encryption of transferred data is supported in both cases. 32 32 * pipe provides simple inter-process communication stream interface for data exchange 33 33 * pc stands for parallel computation and defines needed tools for this purpose … … 37 37 * collection interface provides access synchronization for collection of entries 38 38 * section provides access synchronization interface for program flow 39 * job subsystem provides managerinterface as an abstraction of asynchronous program flow management40 process::manager and thread::manager are helper interfaces for handling processes and threads management accordingly39 * execution subsystem provides interface as an abstraction of asynchronous program flow management 40 manager is a helper interface for handling job management 41 41 * rpc provides interface for remote procedure calls 42 client interface serves for client-side connection and server is for handling server-side 42 client interface serves for client-side connection and server is for handling server-side 43 43 value, method and response represents RPC value, client request and server response accordingly 44 44 XML and JSON RPC protocols supported
Note: See TracChangeset
for help on using the changeset viewer.
