octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: handle graphics


From: Paul Thomas
Subject: Re: handle graphics
Date: Fri, 15 Jul 2005 22:44:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Shai,

of data to be plotted. Shared memory seems the most natural, but I'm
not sure it quite works on cygwin.

It works fine, as long as the required services are up and running. This is not the default but can easily be added to profile files. There is quite a lot about this in the Cygwin documentation.

I wonder if threads would not be better? Thread safeness is not a problem, if each thread uses a different io resource. If the octave thread holds the console window and each other thread a different graphics window, things should run smoothly. The common memory and signalling is a matter of design but would not be different to shared memory. Since the system overheads are less, threads should offer a performance advantage.

Paul T




reply via email to

[Prev in Thread] Current Thread [Next in Thread]