Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

what's our plan

  • use http cache in TS to cache store ssl sesion
    • make the session_id like http request(http://ssl.session.cache/session_id) as the key
    • make the session as the value
    • use cacheProcessor API to set and get ssl session
    • we can use the cluster to share the session in multi-server through cacheProcessor
    • use the partition to limit the size of the cache

we need your advice