If your platform uses multiple processes for Apache, then traditional in
memory data will not be shared. You'll need to use shared memory for
that. Have a look at Jean-Cleres hints in the same thread about the
slotmem implementation he was doing a couple of weeks ago in the httpd
project.
Regards,

Rainer

Rodrigo Ramele schrieb:
> 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, Rainer Jung <[EMAIL PROTECTED]> wrote:
>>
>> Klaus Wagner wrote:
>> > On Mon, 2006-08-14 at 16:24 +0200, Rainer Jung wrote:
>> >
>> >>Klaus Wagner wrote:
>> >>...
>> >>If you really, really want to do this, for the watchdog you can enhance
>> >>the existing maintain methods. There is already a mechanism that calls
>> >>the maintain methods during a request only if the last call to it is
>> >>longer ago than worker.maintain seconds (Default: 60 seconds). The
>> >>method is called during request work, so it must be stable and fast
>> >
>> >
>> > I don't want to do anything, just giving impressions how I would do
>> if I
>> > had to do but thanks. Good to know that there is pretty much everything
>> > there that would be needed.
>> >
>> > regards Klaus
>>
>> I wanted to adress the original poster :)
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to