Re: xmosaic experience

marca@ncsa.uiuc.edu (Marc Andreessen)
Date: Thu, 25 Feb 93 19:14:31 -0800
From: marca@ncsa.uiuc.edu (Marc Andreessen)
Message-id: <9302260314.AA23148@wintermute.ncsa.uiuc.edu>
To: Bill Janssen <janssen@parc.xerox.com>
Cc: WWW-TALK@nxoc01.cern.ch, ebina@ncsa.uiuc.edu,
        marca@ncsa.uiuc.edu (Marc Andreessen)
Subject: Re: xmosaic experience
In-reply-to: <QfXKp_UB0KGWMv0cdR@holmes.parc.xerox.com>
References: <8fXK84sB0KGW8v0Ycj@holmes.parc.xerox.com>
	<9302252115.AA14957=guido@voorn.cwi.nl>
	<9302260232.AA22468@wintermute.ncsa.uiuc.edu>
	<QfXKp_UB0KGWMv0cdR@holmes.parc.xerox.com>
X-Md4-Signature: 095ed02cabc72299d21fb872dd436ee3
Bill Janssen writes:
> I finally looked at the X11R5 server source, and you're absolutely
> right, the server is not allocating more than a screen-size of pixmap
> for any one window, even a very big one.  Most of that time I was
> looking at must have been spent parsing (but then why did `ps' show it
> in the server?).

Because the Widget uses XTextExtents to figure out how big text chunks
are (which makes sense, since they could be in any font).  Like I say,
this should be faster in 0.9, since it won't have to do so much
parsing, since I will be handling plaintext documents correctly, since
annotation links will be handled separately from the document text
itself.  I think.

Marc