billbarker2004/01/15 22:48:21
Modified:jk/java/org/apache/jk/common ChannelSocket.java
HandlerRequest.java
jk/java/org/apache/jk/core JkHandler.java
Log:
Initial fix for memory leak with registering Requests.
This only currently fixes chann
costin 2003/01/16 14:15:05
Modified:jk/java/org/apache/jk/core JkHandler.java
Log:
Let the handlers know their names.
A handler is a notification listener - right now the method is not
implemented, but will eventually call ( or replace ) invoke.
Revision ChangesPath
costin 2002/08/09 13:54:24
Modified:jk/java/org/apache/jk/server JkMain.java
jk/java/org/apache/jk/core JkHandler.java
Log:
More getters and improvements for nice JMX view..
Revision ChangesPath
1.29 +56 -9
jakarta-tomcat-connectors/jk/java/org/
costin 2002/06/05 14:23:33
Modified:jk/java/org/apache/jk/core JkHandler.java WorkerEnv.java
Log:
A simple hack to allow jk components to be notified when other
components are added.
Revision ChangesPath
1.8 +8 -0
jakarta-tomcat-connectors/jk/java/org/apac
costin 02/04/17 15:27:18
Modified:jk/java/org/apache/jk/core JkHandler.java
Log:
Channel is just a special kind of Handler that supports SEND and RECEIVE
events ( or Actions in coyote-terms).
Getting the code closer to what Coyote is using, but with 'int type' in
MsgContex
costin 02/02/06 09:25:07
Added: jk/java/org/apache/jk/core JkHandler.java
Removed: jk/java/org/apache/jk/core Handler.java
Log:
Renamed Handler to JkHandler - the name is hugely overloaded, and likely to
create conflicts.
I think the architecture of jk2 is close to b