We are doing some load testing on the new LCDS4.6 with RTMP channel and we noticed some pretty high CPU usage here from this method
flex.messaging.socketserver.Reactor$ReactorImpl.run()
The cause seems to be a call to HashMap$AbstractMapIterator.hasNext().
Any ideeas?
PS: LCDS3.1 did not have this problem.