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.

  • 相关阅读:
    每日一练之动态算法
    001之IP基础对话框
    mysql的一些操作
    logcat 提示 Unable to open log device '/dev/log/main': No such file or directory
    之前接触过的测试的相关工具
    SAP内存、ABAP内存
    模块化程序—函数 function
    模块化程序-子例程
    模块化程序-宏
    传输请求的管理
  • 原文地址:https://www.cnblogs.com/omygod/p/1364961.html
Copyright © 2011-2022 走看看