Hi,
AFAIK, gimp is a multiprocess program. Because for each plugin, it creates
a new process. It also uses multithreading. But, AFAIK, using fork and
multithreading is not recommended (e.g., look at the second answer here, Is
it safe to fork from within a thread?
<https://stackoverflow.com/questions/6078712/is-it-safe-to-fork-from-within-a-thread>).
How does gimp manage that?
Regards.
_______________________________________________
gimp-developer-list mailing list
List address:    gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list

Reply via email to