<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Suppose there are three processes running on three cores. Process A and B are trying to send message to Process C. Is Process C's message queue locked for receiving messages? To my understand, suppose in Process A,<BR>
C ! {add,X}<BR>
then {add,X} is turned into binary, then lock and add to C's message queue, C will turn this binary into term then check the message .is this correct? and what will happen if some error occur inside the lock?<BR>
Thanks for reply.<BR><br /><hr />使用新一代 Windows Live Messenger 轻松交流和共享! <a href='http://messenger.live.cn/' target='_new'>立即体验!</a></body>
</html>