On 05/03/2010 02:54 AM, jean-frederic clere wrote:
On 05/02/2010 10:52 PM, Filip Hanik - Dev Lists wrote:
On 05/02/2010 04:02 AM, jfcl...@apache.org wrote:
-                // endpoint.processSocket(this.socket,
SocketStatus.STOP);
+                try {
+                    asyncDispatch(SocketStatus.STOP); // What to do
with return code ?

What you want to do here, is let the Endpoint know that stop is called.
Yep.


The end point will then dispatch a new thread to handle the request
Some more logic is missing in the Endpoint then, no?

correct. Look at JioEndpoint on the processSocket part

Filip

Cheers

Jean-Frederic

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




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

Reply via email to