|
From: Andrea A. <and...@ge...> - 2011-03-22 08:01:50
|
On Tue, Mar 22, 2011 at 3:52 AM, Jody Garnett <jod...@gm...> wrote: > So if I understand you, our function lookup code may not be threadsafe? We > do use an out of the box Java FactoryRegistery to manage our functions - in > part because it is supposed to be threadsafe for lookup? The lookup per se may be thread safe, bue the way we cache the function is anything but thread safe, there are two concurrency errors, one large and obvious, one trickier to see: http://jira.codehaus.org/browse/GEOT-3481 (fixed) Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- |