Changes between Version 3 and Version 4 of AppIntro


Ignore:
Timestamp:
Jun 9, 2008, 1:50:02 PM (16 years ago)
Author:
Nicolas
Comment:

Use actual headings instead of just bold text

Legend:

Unmodified
Added
Removed
Modified
  • AppIntro

    v3 v4  
    88This has two aspects:
    99
    10 '''Directory structure'''
     10== Directory structure ==
    1111
    1212On a given volunteer host, each project has a separate '''project directory'''.
     
    2121and the files they point to have '''physical names'''.
    2222
    23 
    2423[[Image(client_dir.png)]]
    2524
     
    2827(rather than, e.g., being killed).
    2928
    30 '''Control and communication'''
     29== Control and communication ==
    3130
    3231The BOINC client interacts with running applications in two ways:
     
    4039[[Image(client_msgs.png)]]
    4140
    42 == The BOINC runtime library ==
     41=== The BOINC runtime library ===
    4342
    4443Suppose you tried to run an existing, unmodified program under BOINC.
     
    5453 * Link it with the BOINC runtime library.
    5554
    56 == The BOINC wrapper ==
     55=== The BOINC wrapper ===
    5756
    5857Suppose you have a program that is difficult or impossible to modify
     
    6362and running your program as a subprocess.
    6463
    65 == Language alternatives ==
     64=== Language alternatives ===
    6665
    6766The BOINC runtime library is implemented in C++