PDF RIPでのパフォーマンスを向上する
PDF RIP は、それ自体の一部をパラレルで実行するように構成することでパフォーマンスを向上させることができます。下記の変更によって、コアRIPのパフォーマンスが向上します。1つのマルチプロセッサーで複数のPDF RIPを実行することによるパフォーマンスの向上については、PDFパラレルRIPを使用するを参照してください。マルチプロセッサーサーバーを使用している場合は、下の CPSI処理エンジンを使用したハイパフォーマンスPDFデーモン構成ファイルの例で 太文字 テキストで示されているPDF RIPデーモン構成ファイル( ps2afpd.cfg )を下記のように変更してください。
- 注意:
- PDF RIPは、Adobe CPSIでのみ利用可能です。
- InfoPrintサーバーがシングルプロセッサーの場合は、パフォーマンスが低下することがあるため、下記の構成変更を行わないでください。
- 両方 -pragma bwModel=bandedおよび-pragma beThread=yesを使用すると、PostScript RIPのパフォーマンスは向上します。
- 2バイトフォント(漢字印刷など)を処理している場合は、
pdfParallel=no
を設定してください。
CPSI処理エンジンを使用したハイパフォーマンスPDFデーモン構成ファイルの例
# ps2afpd configuration file ###################################################################### # KEYWORD PURPOSE ###################################################################### port = 8251 # which TCP/IP port to use work_directory = /var/psf/ps2afp # directory to put work files into log_file = /var/psf/ps2afp/ps2afpd.log # where to write log messages log_size = 100 # maximum log size in KB notify = root # who to notify if problems encountered mail_command = /usr/bin/mail # program used to send notifications ps_program = /usr/lpp/psf/bin/ps2afpi # name of PostScript interpreter program ps_init_file = /usr/lpp/psf/ps2afp/ps2afpe.ps # name of PostScript interpreter # initialization file ps_files_path = /usr/lpp/psf/ps2afp :\ /usr/lpp/psf/config :\ /usr/lpp/psf/reslib # path to search for jobInit files ps_max_memory = 48000K # maximum amount of memory that # PostScript uses; the 'K' is ignored ps_job_timeout = 9999 # maximum number of minutes # to process PostScript job ps_server_timeout = 360 # maximum number of minutes # server waits between jobs ps_font_map_files = /usr/lpp/psf/ps/psfonts.map :\ /var/psf/psfonts/user.map # list of font mapping files ps_width = 8.5i # width of generated image ps_length = 11i # length of generated image ps_x_offset = 0i # left and right margins ps_y_offset = 0i # top and bottom margins ps_resolution = 300 # resolution of target printer ps_output_type = IO1_G4 # type of AFP image to generate #following three parameters will apply only if threshsmall specified ps_imgsmall = 0.5i # default value for imgsmall ps_linesmall = 0.5i # default value for linesmall ps_txtsmall = 0.5i # default value for txtsmall #ps_is = 1 # the is afp compliance flag ps_compress_type = jpeg-sub # JPEG subsampled compression.\ Other options: jpeg, lzw pragma = pdfParallel=yes ;\ beThread=yes ;\ bwModel=banded