users@grizzly.java.net

is grizzly.Context is thread safe ?

From: Survivant 00 <survivant00_at_gmail.com>
Date: Thu, 10 Jul 2008 20:43:01 -0400

Suppose that in a ProtocolFilter in the execute method a create a Thread
and pass the context to that Thread for further processing.

the context will still be valid when the program will exit the execute
method ? (or do I have to wait until the processing is done ? )