gen_event with history buffer
Alexander Petrovsky <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAH57y_RC4ZSSf-7c_v2mEhzmu7xnXv1=QnO0yYqtb5UXEwyGGA@mail.gmail.com> |
Hello! I've to stumble upon the nasty case when my gen_event handler was registered a little bit later than the desired event was emitted by gen_event:notify. So, I wonder, is it will be a useful feature, to add to gen_event some history buffer of events, which could be replayed to when a new event handler will be registered? P.S. I know how to replace gen_event with gen_server with such a history buffer. But first of all, I would like to know, what the community thinks about this possible feature. -- Alexander Petrovsky