Discussion
· Nov 13, 2017

HTTP/2 is coming

Just curious if anyone tried to use HTTP/2 in their Caché projects?

And InterSystems thoughts about adding support for this new version.

Discussion (3)0
Log in or sign up to continue

In HTTP/2 added some features which are impossible or maybe possible in Cache

  • Server Push - allows pushing some resource from server to client, at any time, in parallel 
  • Data compression for HTTP Headers. How it will be now when I will need to read headers in a request.

And other features which also important but mostly on TCP Stack, and maybe really not Cache part.