mirror of https://github.com/BOINC/boinc.git
the future is now (uses shared memory instead of files now)
svn path=/trunk/boinc/; revision=1273
This commit is contained in:
parent
77d0251c6a
commit
b3c2020c5b
|
@ -9,8 +9,7 @@ in which version mismatches could cause problems:
|
||||||
<ul>
|
<ul>
|
||||||
<li> RPC from core client to scheduling server.
|
<li> RPC from core client to scheduling server.
|
||||||
<li> RPC from core client to file upload handler.
|
<li> RPC from core client to file upload handler.
|
||||||
<li> Interface between core client and application
|
<li> Interface between core client and application (uses shared memory).
|
||||||
(currently uses files; might use shared memory in future).
|
|
||||||
<li> Interface between BOINC DB and all BOINC back-end components.
|
<li> Interface between BOINC DB and all BOINC back-end components.
|
||||||
<li> The parsing of the core state file by the core client.
|
<li> The parsing of the core state file by the core client.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue