billbarker2005/05/15 13:16:32
Modified:jk/java/org/apache/jk/common Shm.java WorkerDummy.java
Log:
Oops missed a couple of files.
Revision ChangesPath
1.16 +3 -3
jakarta-tomcat-connectors/jk/java/org/apache/jk/common/Shm.java
Index: Shm.java
Please see questions on shm and lb worker intermixed,
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 2. Mai 2002 05:18
> An: [EMAIL PROTECTED]
> Betreff: cvs commit:
> jakarta-tomcat-connectors/jk/java/org/apache/
costin 02/05/01 20:18:01
Modified:jk/java/org/apache/jk/common Shm.java
Log:
Few more features. I think the sending part works fine now ( but we should
still do more tunning ).
For each tomcat instance we create a shm slot in the scoreboard. The
slot is named TOMCAT:host:p
costin 02/05/01 15:40:17
Modified:jk/java/org/apache/jk/common Shm.java
Log:
More code, start adding command line options.
( each bean setter is mapped to a command line option by IntrospectionUtil,
in case you're not familiar with the code )
Revision ChangesPath
costin 02/04/30 10:44:50
Modified:jk/java/org/apache/jk/common Shm.java
Log:
Use the WRITE_SLOT command.
Again, the idea is that the scoreboard is divided in 'slots', each slot
has a name ( identifying the 'owner' ).
We'll use the scoreboard for configuration ( at first
costin 02/04/25 11:25:49
Modified:jk/java/org/apache/jk/common Shm.java
Log:
Update to use the new jni communication.
Started to add the main() and execute() to allow Shm to be called from
CLI and ant - to register remote tomcats.
Revision ChangesPath
1.4 +
costin 02/04/18 15:59:20
Modified:jk/java/org/apache/jk/apr AprImpl.java
jk/java/org/apache/jk/common Shm.java
Log:
The java side of the changes.
For now it's just a "Hello World" sent between Apache and tomcat,
but it works fine - and that was the hard part.
costin 02/04/17 15:36:04
Added: jk/java/org/apache/jk/common Shm.java
Log:
A simple component that will automatically register the tomcat workers in
the jk 'scoreboard'.
Getting this to work is the last step in supporting multi-process JNI and
dynamic addition/removal/st