[Gimp-developer] Simultaneous Multiprocessing and Multithreading in GIMP
- From: Ahmad Nouralizadeh <ahmad mlists gmail com>
- To: gimp-developer-list gnome org
- Subject: [Gimp-developer] Simultaneous Multiprocessing and Multithreading in GIMP
- Date: Sat, 26 Oct 2019 15:30:59 +0330
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]