Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For my desktop application I've decided to spawn processes rather than threads even though the trend these days is to use processes.

It separates the engine of the app from the GUI, and the interface between is well defined. I use txt + UNIX Pipes to communicate.

Also, any stability issues and memory leaks don't effect the entire app and I get to avoid all the weird concurrency issues of threads.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: