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

        

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to