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...
Continue reading...