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.

  • 相关阅读:
    ecshop简单结构
    关于dwt文件和lbi文件
    ecshop各个文件夹作用
    修改ecshop模板体会
    PHP的字符串函数
    数组的相关处理函数
    PHP连接数据库
    Headless谷歌selenium使用
    关于无界面浏览器、request模块、tesseract模块的部分笔记
    爬取某城市公交钱路--xpath过滤
  • 原文地址:https://www.cnblogs.com/omygod/p/1364961.html
Copyright © 2011-2022 走看看