]> git.sesse.net Git - casparcg/commit
Implemented INFO QUEUES command for debugging AMCP command queues. Useful for debuggi...
authorHelge Norberg <helge.norberg@svt.se>
Wed, 5 Nov 2014 12:49:48 +0000 (13:49 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Wed, 5 Nov 2014 12:49:48 +0000 (13:49 +0100)
commit14f2b0476b2b3826ff944590841ba91ead7d8a51
tree134608eca54d84df362807e7053cb4d914686da8
parentc8fff9530b987ffa101c2bcb365d1185c5e38f2a
Implemented INFO QUEUES command for debugging AMCP command queues. Useful for debugging command queue overflows, where a command is deadlocked. Hopefully always accessible via console (since the general command queue on the console is separate from the TCP servers)
common/concurrency/executor.h
protocol/amcp/AMCPCommand.h
protocol/amcp/AMCPCommandQueue.cpp
protocol/amcp/AMCPCommandQueue.h
protocol/amcp/AMCPCommandsImpl.cpp
protocol/amcp/AMCPProtocolStrategy.cpp
protocol/amcp/AMCPProtocolStrategy.h
shell/main.cpp
shell/server.cpp