The problem with looping multi_managers is that a new copy of the entity is spawned for every loop, so if you're close to the entity limit and/or the player sticks around for a long time, the game crashes.
Otherwise, for small maps with few entities, maps where the player won't stay around long, or where the loop cycle is really long, it's less of a concern.