testServer: added alwaysSendAll for ChannelGet, velocious for Monitor; added testMonitorPerformance util

This commit is contained in:
Matej Sekoranja
2014-07-30 11:14:52 +02:00
parent 16eeeb992b
commit fbe2ffa3cb
6 changed files with 642 additions and 11 deletions

View File

@@ -1173,11 +1173,11 @@ namespace epics {
bac->processRead();
} catch (std::exception &e) {
LOG(logLevelWarn,
"an exception caught while in sendThread at %s:%d: %s",
"an exception caught while in receiveThread at %s:%d: %s",
__FILE__, __LINE__, e.what());
} catch (...) {
LOG(logLevelWarn,
"unknown exception caught while in sendThread at %s:%d.",
"unknown exception caught while in receiveThread at %s:%d.",
__FILE__, __LINE__);
}
}