I am creating an application that allows you to play music synchronously on different systems. For the project, I decided to use twisted, PyGtk2, Pyglet. I am confused about how the main loop should work. Should I run the pinglet loop in a separate thread or should I implement a new reactor integrating twisted pygtk2, pyglet. Will performance affect if I try to combine the three loops together?
source share