|
From: Ethan M. <merritt@u.washington.edu> - 2004-12-07 17:47:47
|
On Tuesday 07 December 2004 09:34 am, Petr Mikulik wrote: > > > > Again, since wx transmogrifies into a native app on each > > platform, the same option would still be available for > > term=wx on a Win32/64 box. What is this "term=wx"; is that an out-of-tree gnuplot driver, or something else entirely? > > If *nix also has high-speed > > memory mapped file options, I wonder if this mode might > > be implemented more generally in the Gnuplot core. In most unix/linux systems *all* files are cached in memory to the extent possible. Or do you mean that rather than reading from a real file, you want gnuplot to read from a shared-memory area? That would be possible, but probably unnecessary. You could achieve much the same thing with no change to existing code by using a named pipe rather than a file. I think there's a Python-based demo on the web site that provides an example of this. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |