We didn't experience any problems with frequent ANE polling, but event driven approach is probably better for working with MIDI signals.
Our data is changing constantly and much faster than we poll it, so working with timer was the only way for us. However wandering if it would be a better approach to trigger data updates by status events from C or have timer in as3 as we did it?