Archives Aug. 7, 2008
Bit of qnet hacking
Written by
on
in
Snaking.
Got the multiple-channel dispatching roughed in. Also roughed in the event-sending interface. Sped up the handling considerably for long pending queues (was doing a linear scan of the whole queue for each ack'd message, oops). Also roughed in code for ordered-but-not-guaranteed channels (i.e. channels that keep the latest received values, dropping any missing messages). Statistics ...