Changeset 1381:76d814e375c0


Ignore:
Timestamp:
10/17/09 01:12:15 (2 years ago)
Author:
niam
Branch:
default
Message:

docs update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/main

    r1363 r1381  
    1414   * format defines data format abstraction 
    1515     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 
    1717   * tpl implements [wiki:LibdodoTplProcessor libdodo template processor] interface 
    1818 * exception defines interfaces for handling application exceptions 
     
    2323     normally used with conjunction of non-blocked Input/Output 
    2424   * 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 
    2626   * file is a representative of block interface to handle file based I/O 
    2727     divided into regular, fifo and temp interfaces to handle read and write from and to regular files, fifos and temporary files 
     
    2929     useful in areas where channel interface is required but memory as a storage is preferable 
    3030   * 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. 
    3232   * pipe provides simple inter-process communication stream interface for data exchange 
    3333 * pc stands for parallel computation and defines needed tools for this purpose 
     
    3737       * collection interface provides access synchronization for collection of entries 
    3838     * section provides access synchronization interface for program flow 
    39    * job subsystem provides manager interface as an abstraction of asynchronous program flow management 
    40      process::manager and thread::manager are helper interfaces for handling processes and threads management accordingly 
     39   * execution subsystem provides interface as an abstraction of asynchronous program flow management 
     40     manager is a helper interface for handling job management 
    4141 * 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 
    4343   value, method and response represents RPC value, client request and server response accordingly 
    4444   XML and JSON RPC protocols supported 
Note: See TracChangeset for help on using the changeset viewer.