GL event que (GTX/120)

Mark Callow msc at ramoth.esd.sgi.com
Sat Sep 2 12:44:47 AEST 1989


In article <3045 at amelia.nas.nasa.gov>, bancroft at amelia.nas.nasa.gov (Gordon V. Bancroft) writes:
> Does anyone know if the event que can be shared across
> processes on the GTX machines, and at that I want those
> events to be ones that we push on to the que. 
> 
> This is for interprocess communication, if it isn't
> obvious.

Trying to use the GL queue for interprocess communication is really gross.
Use one of the many real IPC mechanisms available under IRIX.

If you need to check for activity on both your GL queue and your IPC file
descriptors, open the special file /dev/queue and add its file descriptor to
the list you are handing to select.  A select on /dev/queue indicates there
is data available in you GL input queue.

	-Mark
--
	-Mark



More information about the Comp.sys.sgi mailing list