[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE HTTP/2 Support

  • Thread starter Thread starter David Cleary
  • Start date Start date
Status
Not open for further replies.
D

David Cleary

Guest
What we found is that HTTP/2 is not suitable for an Application Server. It is suited toward returning lots of small, static files. What we found is that when enabled for PASOE, you could craft a single request that will take all resources of that server. It is no help for a poorly architechted application. If they do serve up lots of small static files, a better solution would be to put an Nginx in front using HTTP/2, and leave PASOE for business logic. Dave

Continue reading...
 
Status
Not open for further replies.
Back
Top