the future is now (uses shared memory instead of files now)

svn path=/trunk/boinc/; revision=1273
This commit is contained in:
Dan Werthimer 2003-06-03 00:44:26 +00:00
parent 77d0251c6a
commit b3c2020c5b
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ in which version mismatches could cause problems:
<ul>
<li> RPC from core client to scheduling server.
<li> RPC from core client to file upload handler.
<li> Interface between core client and application
(currently uses files; might use shared memory in future).
<li> Interface between core client and application (uses shared memory).
<li> Interface between BOINC DB and all BOINC back-end components.
<li> The parsing of the core state file by the core client.
</ul>