I've just discovered the possibility of using shared memory and I'm thinking about using shared memory to build a chat.
Has anyone had any experience using shared memory in conjunction with a chat? I'm especially looking for information on performance eg. number of users, memory consumption, etc.