cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core JkHandler.java

2004-01-15 Thread billbarker
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

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core JkHandler.java

2003-01-16 Thread costin
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

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core JkHandler.java

2002-08-09 Thread costin
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/

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core JkHandler.java WorkerEnv.java

2002-06-05 Thread costin
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

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core JkHandler.java

2002-04-17 Thread costin
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

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core JkHandler.java Handler.java

2002-02-06 Thread costin
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