Skip to content

features implement in oracle database

kaven276 edited this page Jan 23, 2016 · 2 revisions

list

  • http request meta data parsing
    • query string
    • cookie (signed, encrypted)
    • json
    • path and routing
  • cache
  • session data in cookie
  • gzip
  • file upload

cache

the difference implementation between in node.js and in oracle ?

if in oracle

  • check access right first, then check for cache existence
  • cache key is determined by servlet itself
  • servlet can check if a cached item exists by itself
  • possibility to check for partial content cache

cache data structure

schema, cache-key, Etag, last modified, content blob

Clone this wiki locally