DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- use http cache in TS to cache 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 through cacheProcessor
- make the session_id like http request(_http://ssl.session.cache/session_id_
...