Hi there, I am doing Comet chat with Erlang. But when I send message using "Pid ! Msg", some of messages will lost, especially in a high sending frequency. So I wonder if there is any message queue model or data structure, or any way to solve this problem? Any suggestion is of great appreciation~ Thanks