Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cgpdftoraster performance



Roger Long wrote:
> ...
Okay, for a ArchD sized (24 x 36) color sheet, you are going to
> get a raster of around 1.2 GB in size. Writing 1.2GB through
> stdio isn't pretty.

Well, you aren't writing or reading with stdio; the cupsRaster
functions read/write using the raw (POSIX) file functions (read,
write, etc.) Also, depending on whether the driver is asking for
RGB or CMYK data, each write will be using a buffer of 43,200 or
57,600 bytes for each write, so the overhead of read/write system
calls is pretty low, too. The rest is just memory bandwidth
limits...

...
Writing 1.2GB of data is likely saturating the I/O and causing the
process to block.

While the pipe could be the limiting factor here, printing to
large format printers is generally limited by the interface speed
(interface between computer and printer) and not by the speed of
the pipe.

--
______________________________________________________________________
Michael Sweet, Easy Software Products mike at easysw dot com
Printing Software for UNIX http://www.easysw.com
_______________________________________________
printing mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/printing
Do not post admin requests to the list. They will be ignored.


References: 
 >Re: cgpdftoraster performance (From: Roger Long <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.