Hello,
I've searched the list and have been unable to find an answer to this question
so here it goes:
Using Cookies as session tracking method what sort of memory consumption per
connection will I be seeing (assuming it's all stored in RAM and not to disk
here since pound.cfg doesn't list a data directory).
I am assuming strlen(cookiename)+strlen(cookievalue) or some static buffer
size?
(+ related back end IP and maybe other stuff) I could probably figure it out
by
grepping the source but having an answer in the mailing list archive is
probably
not a bad idea (I couldn't find one using "memory usage" or "memory
consumption"
as search terms)
I am suppose to set up pound on a machine that could possibly have 30,000
sessions tracked so I want to have an idea of what I'm getting into.
Thank you,
bdm
|