At the moment in my program I have a menu bar and a variety of toolbars which all work perfectly fine. The program already has one panel which holds all the toolbars in but I now need to include another panel. This new panel will hold components in it and the background colour will be [...]
Well, we all know the differences between processes and threads. Process has a little more of overhead than a thread, and threads have a common address space(well except for their stack), while processes have different address space.
but when I build an application why should it create different processes? why not having one process for each [...]