Michael Virnstein wrote:
> you also have to make sure, that only one user can access the file for
> writing at one time, or your data gets probably
> screwed. The easiest way would be storing the object not in a file but in a
> database, so you don't have to care about locking.
Tnx for the help,
sure. if all users should have access to this instance of your object, then
you could store the serialized object in a file,
everyone has access to and unserialize it if needed.But don't forget to
include your object-surcecode
before unserializing the object, or you'll lose your methods. If users
2 matches
Mail list logo