Path: utzoo!attcan!uunet!know!sdd.hp.com!elroy.jpl.nasa.gov!ames!sheba.arc.nasa.gov!schoch From: schoch@sheba.arc.nasa.gov (Steve Schoch) Newsgroups: comp.unix.sysv386,ba.windows.x Subject: Re: Running X windows on a 16MHz 386sx Message-ID: <1990Oct10.160044.29204@news.arc.nasa.gov> Date: 10 Oct 90 16:00:44 GMT References: <14220@netcom.UUCP> <190@kumr.UUCP> <1990Oct08.120302.5093@nstar.uucp> <1990Oct09.115208.1490@virtech.uucp> Sender: usenet@news.arc.nasa.gov (USENET Administration) Reply-To: schoch@sheba.arc.nasa.gov (Steve Schoch) Organization: NASA Ames Research Center, Moffett Field, CA Lines: 15 In article <1990Oct09.115208.1490@virtech.uucp>, cpcahil@virtech.uucp (Conor P. Cahill) writes: |> |> This depends upon how many windows you are opening, what other processes |> you are running, how many users are on your machine, etc. This depends mostly on what other processes you are running. Creating another window on an X server takes about 100 bytes for most servers (the space needed by the structures allocated for each window - if the server does a saveUnder for the window it will take more). However, another process such as xterm will take 150k. This assumes you have shared text and another xterm is already running. Otherwise a new X application can take 1/2 Meg. I think a lot of this is for the toolkit and widget code. Steve