Path: utzoo!attcan!uunet!cs.utexas.edu!husc6!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: X question Message-ID: <8908221132.AA05776@expire.lcs.mit.edu> Date: 22 Aug 89 11:32:10 GMT References: <1989Aug22.071332.3819@agate.berkeley.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 9 Are Window ID's unique across multiple connections to the same server? I'm not clear on exactly what you're asking. Once a client has terminated and all of it's resources have been destroyed, a subsequent client can connect and be given the same resource id space to use. So no, resource ids are not unique for all time. While a client is connected, no other client will be given the same resource id space, but other clients can certainly reference the resource ids of that client.