zoukankan      html  css  js  c++  java
  • 关于打印机的系统参数设置(RZ10 Instance Profile) 沧海

    在系统中我们有时为了消除打印的瓶颈,我们会设置多台打印机。有时也会使用远程打印机。这样往往容易造成瓶颈儿。如何消除呢? 请参照如下设置:

  •  
  • A spool work process keeps track of the print requests it sends to a host spool system, so users can monitor the status of their own requests within R/3. To enable this monitoring, a spool work process must query the host spool system periodically.
  •  
  • While the spool work process is querying the host spool system, it cannot process other output requests. This may lead to overall performance problems in the spool system, especially if the spool work process has to query a remote host through a slow or unreliable network link.
  •  
  • To avoid potential performance problems, particularly with printers using remote access methods, deactivate the status query for an output device. To do this, call Transaction SPAD, choose Output devices, select the output device you want to change, and go to the HostSpoolAccMethod section. Select the option Do not query host spooler for output status.
  •  
  • If this option is selected, output requests are considered completed as soon as they are passed on to the host spool system.
  •  
  • Important instance profile parameters
     
  •  
  • For status query: rspo/lpq/temp_disable_slow, rspo/lpq/temp_disable_time, rspo/lpq/retries, rspo/lpq/warn_time
     
  •  
  • For remote printing: rspo/tcp/retries, rspo/tcp/retrytime, rspo/tcp/timeout/write, rspo/tcp/timeout/connect, rspo/tcp/timeout/read
  •  
  • For information about instance profile parameters, see the documentation in Transaction RZ11.

  • 相关阅读:
    MXCMS List标签说明
    c# 测量运行时间的方法
    简单的定时任务
    jQuery实现的简单文字提示效果模拟title
    ECSHOP设置默认配送方式和默认支付方式
    asp 里sql防止注入的方法
    asp.net上传图片并生成水印与缩略图的代码
    定时备份并清除系统日志的shell代码
    sql server 2005 万能分页存储过程
    01.部署NopCommerce时遇到的问题
  • 原文地址:https://www.cnblogs.com/omygod/p/1364961.html
Copyright © 2011-2022 走看看