|
From: Ethan M. <merritt@u.washington.edu> - 2004-12-13 18:29:37
|
On Monday 13 December 2004 04:19 am, Hans-Bernhard Broeker wrote: > > Wouldn't it be easier just to fire up multiple > > separate copies of gnuplot? > > For gnuplot as a process (the only thing currently existing): yes. But > for gnuplot as a (shared) library, that's not an option. AFAIK, a > single parent process can't open a single shared library more than once, But a library of interface routines can generate multiple threads, each with its own instance of gnuplot. That is the direction in which the Python interface is headed (http://gnuplot-py.sourceforge.net/) and I think also the Java and Perl class libraries. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |