View Single Post
  #51  
Old Dec 23 2009, 02:21 AM
Justin D Justin D is offline
 
Join Date: Oct 28 2009
Posts: 1
Default

As someone said earlier in the thread, perhaps it would reduce our frustration if we would just leave when too many people are there, and look for other work - although that doesn't help much when others are hired after us.

Also musings on the concurrency/perf from a dev perspective... I don't know how it's set up serverside, but would a byte map of the squares (with flags for plowed/harvested states), kept in memory for active farms, with monitor locking for operations, take care of concurrency collisions? Or maybe it's shared state between servers in a server farm that is at issue? Also does any batching happen in the client/server communications?