Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!sdd.hp.com!mips!news.cs.indiana.edu!uceng.uc.edu!trohling From: trohling@uceng.UC.EDU (tom rohling) Newsgroups: comp.sys.sgi Subject: multi-processes and GL windows Message-ID: <1991Jun19.211639.22548@uceng.UC.EDU> Date: 19 Jun 91 21:16:39 GMT Organization: College of Engineering, University of Cincinnati Lines: 23 Is it possible to have multiple processes render to the same graphics window? The possible scenario would be something like this: I start up a main process to do some rendering which controls what rendering to do. Each of the available rendering routines will be a separate process (executable). That way, I can add new routines without having to recompile the main every time. Anyway, each of the individual rendering processes should be able to render to the same window in sequential order, one after the other, that way there is no conflict in sending things down the graphics pipe. Is something like this possible in any of the releases and how about 4.0 under X? Any hints/past experiences would be appreciated. Thanks, Tom Rohling University of Cincinnati