J
John Devlon
Hi,
I would like to share a collection of objects between all online users of my
webapp. Each user must be able to read and write to that same collection.
The data is not importanted enough to store it in a database and doesn't.
What is the best approche? Creating a singleton class and storing all the
information in that class?
For example: I would like to know all other people currently online on my
website.
Does anyone recommand an approach ?
Kind regards
John
I would like to share a collection of objects between all online users of my
webapp. Each user must be able to read and write to that same collection.
The data is not importanted enough to store it in a database and doesn't.
What is the best approche? Creating a singleton class and storing all the
information in that class?
For example: I would like to know all other people currently online on my
website.
Does anyone recommand an approach ?
Kind regards
John