• 关于打印机的系统参数设置(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.

  • 相关阅读:
    STM32 USB应用——VCP
    基础数据类型与字节数组相互转换 BitConvter类
    C# 16进制与字符串、字节数组之间的转换
    C语言函数手册学习
    C串口通信
    C#串口通信
    C Socket通信编程
    C SOCKET编程
    C# SOCKE通信
    socket阻塞与非阻塞,同步与异步、I/O模型
  • 原文地址:https://www.cnblogs.com/omygod/p/1364961.html
Copyright © 2020-2023  润新知