Is there anything new that is a programming advantage with the new dual core PI 2? What I mean is, I know that having a dual core processor means that you can actually do multiple things at once but I've found that with the combination of Python and Tkinter working together, I can't really do background threads like I could with VB.net
For example, right now (with a model B+) I have Python running a continuous loop sensing the GPIO ports and have Tkinter giving me GUI displays and all is working great but I'd like to add some audio alerts in the background and can't do it unless I completely pause the program.
Just wondering if the new PI 2 and maybe some enhanced code will change that. ? Thanks. Hope I'm making sense.