logoalt Hacker News

chiphlast Sunday at 4:38 PM2 repliesview on HN

Because of that, I got good at creating multi-threaded GUI apps. Stardock were champs at this - they had a newsgroup reader/downloader named PMINews that took full advantage of multithreading.

The rule of thumb I had heard and followed was that if something could take longer than 500ms you should get off the UI thread and do it in a separate thread. You'd disable any UI controls until it was done.


Replies

dnh44last Sunday at 5:00 PM

I always liked Stardock; if had to use Windows I'd definitely just get all their UI mods out of the nostalgia factor.

silon42last Monday at 9:24 AM

Why do I remember it was 50ms?

show 1 reply