You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Disruptor-net
Hi,
I'm not sure I got it right. Disruptor can process only objects of single type and I should cram all possible incoming messages to single type?
Mendel Monteiro-Beckerman
unread,
Mar 20, 2017, 4:07:45 AM3/20/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Disruptor-net
Yes, that's basically it. You can cram the incoming message types in a couple of different ways: either by storing references to each message type in the Event type, by using struct unions to do the same but store them in the Event type and finally you can create memory off heap and reference into it by index (Mike Barker has a presentation at Yow where he mentions this I think).
Aleksandr Tceluiko
unread,
Mar 20, 2017, 8:09:44 AM3/20/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Disruptor-net
Thank you
понедельник, 20 марта 2017 г., 11:07:45 UTC+3 пользователь Mendel Monteiro-Beckerman написал: