In REN Server, How would you allocate buffer size?

Questions by saran2g

Showing Answers 1 - 9 of 9 Answers

jvilango

  • Nov 9th, 2006
 

The buffer size can be set in IO_BUFFER_SIZE parameter in PSRENSRV section of PSAPPSRV.CFG file.  Please find below example:

[PSRENSRV]
;=========================================================================
; Event notification server settings
;========================================================================

; REN Server buffer size for HTTP output.  Must not exceed 65536.
io_buffer_size=8192

  Was this answer useful?  Yes

jvilango

  • Nov 9th, 2006
 

You can set io_buffer_size parameter of PSRENSRV section in psappsrv,cfg file.  Ex.,

[PSRENSRV]
;=========================================================================
; Event notification server settings
;========================================================================
; REN Server buffer size for HTTP output.  Must not exceed 65536.
io_buffer_size=8192

  Was this answer useful?  Yes

BULLI

  • Nov 2nd, 2011
 

2. In REN Server, How would you allocate buffer size?...

ANS :You can set io_buffer_size parameter of PSRENSRV section in psappsrv,cfg file. Ex.,

[PSRENSRV]
;=========================================================================
; Event notification server settings
;========================================================================
; REN Server buffer size for HTTP output. Must not exceed 65536.
io_buffer_size=8192

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions