[Geoserver-devel] [jira] Created: (GEOS-4385) Using a global thread pool for rendering might break stores that make heavy usage of thread locals

Using a global thread pool for rendering might break stores that make heavy usage of thread locals
--------------------------------------------------------------------------------------------------

                 Key: GEOS-4385
                 URL: http://jira.codehaus.org/browse/GEOS-4385
             Project: GeoServer
          Issue Type: Bug
    Affects Versions: 2.1-RC1
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.1-RC2

This happens because the thread locals (normally relative to the requests) are obviously not inherited from the request thread into the thread pool. Have a way to make GeoServer run without that pool and just use child therads (that will get any inheritable thread local instead)

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira