David Zwiers wrote: > The fourth question, is more todo with servlet containers. I don't know > a whole ton about ESM, so this may not be a concern ... but when we have > two simultanious executions threads (in a servlet) executing the same > functionality, will the end user (Ex. Geoserver) need to perform any > special actions (Like the Synchronizers commonly used for SDE calls)?
This one seems more important to me! Almost any application will end up with multiple simultaneous threads doing parsing. If that requires a big global lock around chunks of the code it could really slow things. P. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
