Versions Compared

Key

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

...

what we have done

  • we have complete a selution for single server.
    • disable internal session cache(set SSL_SESS_CACHE_NO_INTERNAL).
    • store session cache in a hashtable in memory.
    • hook the get session API and look up session from hashtable by session_id.
    • have a continuation to delete stale cache when hashtable full.

what's our plan