ArcSDEDataStore thread safety compromised
-----------------------------------------

                 Key: GEOT-1732
                 URL: http://jira.codehaus.org/browse/GEOT-1732
             Project: GeoTools
          Issue Type: Bug
          Components: data arcsde
    Affects Versions: 2.5-M0
            Reporter: Gabriel Roldán
            Assignee: Gabriel Roldán
             Fix For: 2.4.2, 2.5-M1


Thread safety is imposed by the fact sde connections are not thread safe and 
transactions being run natively over a connection means multiple threads using 
the same transaction hit the same connection.
Yet, the current lock mechanism is a nightmare to maintain, and small changes 
may always break in unpredictable ways.
A new mechanism to ensure thread safety shall be implemented, but preferable 
with enough granularity to not impose a huge performance penalty as serializing 
access to an ArcSdeFeatureCollection/FeatureStore is. The plan is to divide the 
usage of a connection in transaction into smaller execution tasks while 
executing the tasks in a single thread so the connection is happy

-- 
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

       

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to