Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!snorkelwacker.mit.edu!stanford.edu!ptolemy-ri!fineman From: fineman@ptolemy-ri.arc.nasa.gov (Charles Fineman) Newsgroups: comp.windows.x Subject: How do *you* handle multiple displays? Message-ID: <14246@maslow.ptolemy-ri.arc.nasa.gov> Date: 26 Jun 91 18:27:55 GMT Organization: NASA-Ames Research Center, Moffett Field, CA Lines: 17 I'm working on a performance visualization package and I would like to give the user the option of displaying views on multiple screens. The problem comes when trying to wait for events from the different windows. If the windows are handled by different display servers, the event wait loop turns into a spin-loop since there is no way to do a blocking request for events from multiple servers (right???). The only other solution I could see is to "fool" a display server into believing that another, remote, display, is really just another screen of this display. Has anyone toyed with this idea before? Would such an extension fit into the exiting generic display server code elegantly? Has anyone else come up with an interesting (and efficient) solution to this problem? Chuck Fineman