[erlang-patches] Fixes messages handling in percept_db
Raimo Niskanen
raimo+erlang-patches@REDACTED
Tue Jun 7 18:31:23 CEST 2011
On Mon, Jun 06, 2011 at 10:44:56AM +0200, Ahmed Omar wrote:
> Fixes some issues with messages in percept_db
>
> commit 3e8fe28afaf2d78d33dc
>
> Added demonitor to avoid keeping DOWN message in the queue. Also fixed
> a wrong spec in do_start/0.
>
>
> commit 5ba7bf2acdf59cf36dd6:
>
>
> Fixes message handling in select requests.
>
> percept_db used to send results in an untagged messages, and use a non
> selective receive to extract them. When percept is used from the shell
> process, this can confuse other messages with the actual result. Added
> a tag to the message to be {result, Result}.
>
>
>
> git fetch git://github.com/spawnthink/otp.git fix_percept_msgs
Thank you. I have included your patch into 'pu',
after rewording the commit message. Please see:
http://github.com/erlang/otp/wiki/Writing-good-commit-messages
* Imperative form
* Line break the message
* No trailing dot on the summary line
--
/ Raimo Niskanen, Erlang/OTP, Ericsson AB
More information about the erlang-patches
mailing list