new ByteBuffer support

This commit is contained in:
Matej Sekoranja
2011-09-08 11:15:36 +02:00
parent ee0d56fcae
commit 54d435972b
16 changed files with 67 additions and 27 deletions
@@ -32,6 +32,9 @@ namespace epics {
_introspectionRegistry(true),
_lastChannelSID(0)
{
// for performance testing
// setSendQueueFlushStrategy(IMMEDIATE);
// NOTE: priority not yet known, default priority is used to register/unregister
// TODO implement priorities in Reactor... not that user will
// change it.. still getPriority() must return "registered" priority!