Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyoteActionCode.java

2001-09-30 Thread cmanolache
On Mon, 1 Oct 2001 [EMAIL PROTECTED] wrote: > On Sun, 30 Sep 2001, Remy Maucherat wrote: > > > > Hi Remy, > > > > > > Can you explain a bit what's this ActionCode ? I understant it as a hook > > > mechanism, and I like that - but I'm not sure I like the implementation. > > > > Ok. The "action" th

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyoteActionCode.java

2001-09-30 Thread cmanolache
On Sun, 30 Sep 2001, Remy Maucherat wrote: > > Hi Remy, > > > > Can you explain a bit what's this ActionCode ? I understant it as a hook > > mechanism, and I like that - but I'm not sure I like the implementation. > > Ok. The "action" thing is not a generic event mechanism. Remember, the name > w

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyoteActionCode.java

2001-09-30 Thread cmanolache
Hi Remy, Can you explain a bit what's this ActionCode ? I understant it as a hook mechanism, and I like that - but I'm not sure I like the implementation. For example, any reason not to use a plain 'int' as action code ? At least that would allow switch() which is slightly faster ( when the numb