You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@apache.org> on 2004/03/09 12:52:05 UTC

jk2 new shmem using APR

Hi,

I'm working on a new shmem for JK2 implementation using APR (It took me more
then I've expected :-).

After having few different implementations, here is what I propose:

Use the shared memory (anonymous where applicable) through apr_rmm.


The entire shm support will be available _only_ if there is
APR_HAS_SHARED_MEMORY support.
So if the particular platform doesn't implement that, or the apr's
implementation is bogus, one can disable that when building apr.

Can someone tell me what are the platforms that doesn't have the support for
APR_HAS_SHARED_MEMORY.
And also what are the platforms that doesn't support anonymous shared
memory.


Thanks,
MT.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org