imrehg / minibook

A Facebook status updater and lister in Python.
MIT License
2 stars 0 forks source link

use threads for all background work #10

Open imrehg opened 15 years ago

imrehg commented 15 years ago

Use threads, so it won't keep up the interface when they are working. Should check out Windows especially, GTK seems to be much slower on that than on Linux...

imrehg commented 15 years ago

Should be careful: threads do not seem to work well at the moment on Windows. Linux is just fine... Without threads it works....

imrehg commented 15 years ago

Windows issue fixed, d262929955db2a6099dc65a18be733417227703f

imrehg commented 15 years ago

Should find a way to

... if those are done, than I'd consider this "closed". Could start this final attack with clearing up thread management code a bit more...