Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!ucbvax!bloom-beacon!LARRY.MCRCIM.MCGILL.EDU!mouse From: mouse@LARRY.MCRCIM.MCGILL.EDU Newsgroups: comp.windows.x Subject: Re: X inter-client communications .... Message-ID: <9008100655.AA27220@Larry.McRCIM.McGill.EDU> Date: 10 Aug 90 06:55:55 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 18 > I am thinking of using the X inter-client communications scheme > (selections) to have four X application programs talk to each other. > One thing I am concerned about is the fact that the resources > allocated for each atom are released only when the X server is > re-initialized. Has anyone had experience with this[?] Well, presumably you aren't using very many atoms. You shouldn't need more than a few of atoms, one to name each property of interest. (Only the property names are stored as atoms; the property data do not consume resources irrevocably the way creating atoms does.) If you think you need a large number of distinct properties, you might want to consider packaging them all up into one property, somewhat like the way xrdb bundles all the resources into one RESOURCE_MANAGER property. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu