From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2354fe60cfb08fe6e362d4a37fe4ae4b@yourdomain.dom> Date: Thu, 12 May 2005 17:38:48 -0400 From: west9@worldnet.att.net To: 9fans@cse.psu.edu Subject: Re: [9fans] man -t cat|lp takes 4min MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 4a57c006-ead0-11e9-9d60-3106f5b1d025 >Try -dstdout >/tmp/cat.ps >cat /tmp/cat.ps >/dev/lpt1data Here are the print times for some cases: Base case, about 500 char plain text: 25 sec Problem case: man -t cat|lp : 4 minutes ; But printer light starts blinking a few secs after Alt case: man -t cat>/tmp/cat.ps;cat /tmp/cat.ps>/dev/lpt1data: 40 sec., but printing is in times font, which is native to the printer. cat /tmp/cat.ps|page yields the man page in the usual man font. >I wonder if lp is waiting for something to time out. You might try >`lp -D' and see if that tells you anything. I used the -D option and didn't see any trouble, but that might not mean much, given my level. I don't even know how to capture it easily, given the number of apostrophes it contains. Could it be that the fonts are being sent/requested unnecessarily? Thanks to all, -Tom