Alex Gaynor 11/5/2008

PyGTK and Multiprocessing

Read Original

This article details a practical implementation of Python's multiprocessing module to improve a PyGTK GUI application's responsiveness. The author explains how they moved intensive election simulation calculations from the main thread to a separate process, using pipes for inter-process communication and gobject.idle_add for GUI updates.

PyGTK and Multiprocessing

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser