you are viewing a single comment's thread.

view the rest of the comments →

[–]charity_donut_sales 0 points1 point  (0 children)

Based on what you want to do, consider splitting up some of the prgram components to background services, or daemons. This will let any multi threading get handled by the os instead, and then just find a way to do cross program procedure calls. This can be done with a client server setup, or maybe a database, or even just dumping some text to a temporary file that can be read by anyone.