Jody Garnett a écrit :
> The proposal is available here:
> -
> http://docs.codehaus.org/display/GEOTOOLS/Improve+CRSAuthority+Concurrency+Caching+and+Connection+Use

Thanks. I did two minor edition:

In "Cache handling", edited the first sentence as below:

   FactoryOnOracle (ie a BufferedAuthorityFactory) makes use a pool
   (a HashMap of strong and weak references) in order to track referencing
   objects created for use by client code. By default, the 20 most recently
   used objects are hold by strong references, and the remainding ones are
   hold by weak references.


About the timer in "Connection Issues", added a sentence:

   This connection is closed after a 20 mins idle perriod (at which
   point the entire backingStore is shut down). This work is performed
   by a timer task in DeferredAuthorityFactory, not to be confused with
   the thread shutdown in DefaultFactory, which is a shutdown hook used
   to ensure the connection is closed at JVM shutdown time.

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to