0

Are there serious performance issues with sending a localbroadcast every half second?

Andrew
  • 3,545
  • 4
  • 31
  • 37
  • 1
    Depends on the platform, Performance wise not likely however storage could become an issue if backend de-allocation isn't considered. – Mohamed Salad Apr 04 '16 at 23:32

1 Answers1

0

Since that is all in-process, it should not be too bad on its own. What you do when you receive the broadcast might be a problem, but the local broadcast itself should not be a problem.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491