Re: Working on mod_jk

2006-08-17 Thread Rodrigo Ramele
Tomcat gurus: I am working with apr table in mod_jk to store the session table but i can't achieve to share the table between differents requests... Someone could give me a tip ? (or a good reference to a site or book related with apache 2 module programming) Thanks a lot !!! On 8/14/06, Raine

Re: Working on mod_jk

2006-08-11 Thread Rodrigo Ramele
Rainer, Jean, thank you both of you ! mod_jk already uses shared memory, but since it should >work for apache 1.3 and 2.0/2.2 it does not use apr. If your extensions are >only meant for 2.0/2.2, then have a look at apr: http://apr.apache.org/docs/apr/modules.html I think I only meant it for

Re: Working on mod_jk

2006-08-10 Thread Rodrigo Ramele
; scheme. Now I am using the file system to store the hashtable and I want to know if I could use some kind of shared memory inside Apache ... On 8/10/06, Jean-frederic Clere <[EMAIL PROTECTED]> wrote: Rodrigo Ramele wrote: > Hello Tomcat dev: > > Suse 9.2, Apache 2.2.3, mod_jk

Working on mod_jk

2006-08-10 Thread Rodrigo Ramele
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