Changes between Version 3 and Version 4 of AppIntro
- Timestamp:
- Jun 9, 2008, 1:50:02 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppIntro
v3 v4 8 8 This has two aspects: 9 9 10 '''Directory structure''' 10 == Directory structure == 11 11 12 12 On a given volunteer host, each project has a separate '''project directory'''. … … 21 21 and the files they point to have '''physical names'''. 22 22 23 24 23 [[Image(client_dir.png)]] 25 24 … … 28 27 (rather than, e.g., being killed). 29 28 30 '''Control and communication''' 29 == Control and communication == 31 30 32 31 The BOINC client interacts with running applications in two ways: … … 40 39 [[Image(client_msgs.png)]] 41 40 42 == The BOINC runtime library==41 === The BOINC runtime library === 43 42 44 43 Suppose you tried to run an existing, unmodified program under BOINC. … … 54 53 * Link it with the BOINC runtime library. 55 54 56 == The BOINC wrapper==55 === The BOINC wrapper === 57 56 58 57 Suppose you have a program that is difficult or impossible to modify … … 63 62 and running your program as a subprocess. 64 63 65 == Language alternatives==64 === Language alternatives === 66 65 67 66 The BOINC runtime library is implemented in C++