On Tue, August 1, 2006 11:34 am, Paul Ramsey wrote: > 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. > It really just boils down to a synchronized buffer with multiple consumers. With any synchronization you take a hit but in this case it is pretty minimal. That being said I cant really say until I run it through a profiler.
-JD > P. > > > !DSPAM:1004,44cf74a1179767785049143! > > > ------------------------------------------------------------------------- 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
