Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
5 Things that kill your IW app performance
#9
1) KeepAlive = mechanism to keep the form "pinging" the server at predetermined intervals to avoid that the session expires

2) HttpKeepAlive = part of the HTTP specification where the client and server agree to keep the connection open for a longer period of time

So,

(2) should be set to True in all application for performance reasons

(1) should only be set if it's a requirement for your application (and in general, only some forms should have this, others probably not).
Reply


Messages In This Thread
RE: 5 Things that kill your IW app performance - by Alexandre Machado - 02-14-2024, 12:42 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)