show/hide this revision's text 2 seperate -> separate

Just a side note: If your app has a GUI and does intense computation, ALWAYS do your intense computation on a seperate separate thread. Forgetting to do this is why GUIs freeze up.

show/hide this revision's text 1

Just a side note: If your app has a GUI and does intense computation, ALWAYS do your intense computation on a seperate thread. Forgetting to do this is why GUIs freeze up.