Optimize High Volume PCL Applications
Posted on | December 1, 2009 | No Comments
High Volume User Guidelines:
- Hardware Requirements: The fastest CPU with the most RAM, etc.
- Optimal location of files:
Input: Local drivePTC32.INI TempDir: Not the same physical local drive as for Input files. Select drive with no i/o contention with other applications.Output: Not the same physical local drive as for Input or Temp files. - Eliminate as many other concurrent processes as possible:
- Analyze the PCL for inefficiencies:Is file generated at 600 DPI, when 300 DPI is enough?
Do you really need color?
Are bitmap fonts downloaded, when they could be downloaded as outline typefaces?
Are bitmap fonts downloaded, when they could be remapped to available resident fonts?
Are macros/images/logos downloaded that could be added during the conversion or rendering process?
Could you use FILTER -7 or -7 -s to optimize the PCL when there are redundant download bitmap or scalable fonts?
Could you use split the PCL to break it up into smaller jobs?
Turn-off our Progress Bar in the .TPT file
Turn-off Explorer or any other program that auto-refreshes it’s view of an output directory structure. Or, write a script with a files per folder threshold like 2,000 files to trigger the creation of a new folder.
Avoid any other file I/O or other processed that compete for resources.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Category: High Volume Applications, Optimization, Optimize PCL
Tags: High Volume Applications > Optimize PCL
Tags: High Volume Applications > Optimize PCL
Comments
Leave a Reply
You must be logged in to post a comment.