Hello Tomcat dev: Suse 9.2, Apache 2.2.3, mod_jk 1.2.15
I am changing the way mod_jk transfer request to different workers (tomcat instances) in a balanced worker keeping track of the link between session and worker, and I need to use some kind of shared memory inside mod_jk. (I need to share a hashtable). Could you please give me a clue on which set of Apache API calls I could use to do it ? Thank you very much !!!!