Re: [Gimp-developer] Gimp Perl and thread safe resources

2004-09-27 Thread Sven Neumann
Hi, "Jared Whiting" <[EMAIL PROTECTED]> writes: > Is there the ability currently in Gimp Perl to set it up so that each > script runs in its own context? Very latest GIMP from CVS has a GimpContext API that allows plug-ins and scripts to run in their own context. These are PDB calls so it should

[Gimp-developer] Gimp Perl and thread safe resources

2004-09-27 Thread Jared Whiting
I am working on a Gimp Perl application and wanted to confirm what is available in terms of ensuring the thread-safety of the resources my Gimp scripts are using. I had read that certain resources such as current foreground/background color and brush shape are not thread-safe. I know that there