[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: object management and IPC a bit more formal
From: |
Niels Möller |
Subject: |
Re: object management and IPC a bit more formal |
Date: |
06 May 2003 10:27:55 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Ludovic Courtès <address@hidden> writes:
> This means that each set of persistent tasks needs to have its own
> subsystem and that this subsystem ID *must not* be reused by anybody
> else.
Ideally, you will only have one mechanism for persistent objects, and
the subsystem id has to be chosen at install time (or earlier).
Persistent processes won't survive a change of the subsystem id for
the persistant subsystem.
The allocation of subsystem id:s should be stored somewhere on disk.
The allocation of PID:s in the persistent subsystem should also be
stored on disk, I guess.
Does this solve the problem?
/Niels