On 7/7/10 1:31 PM, Jody Garnett wrote:
> Can someone translate MVCC?
>
> I note that we faced the same issue with arcsde (not being
> threadsafe) and made a queue of commands with a single worker thread
> allowed access to the connection.
Note though that since a little before last year's FOSS4G WMS 
benchmarking, the approach changed a bit. There's no more a single 
worker thread per connection nor internal command queue, but simple 
synchronized access to Session.issue(Command).

This proved to scale much better under load.

Gabriel
>
> Jody

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to