Esteban Garcia presented a session on "Threading strategies to improve performance
" at the
Orlando Code Camp.
A look at different threading methodologies that can be used to greatly improve
application performance. The best ways to apply threads, memory synchronization
and resource queuing through Wait handles, etc. Additional topics covered are the
use of ThreadPool, and BackgroundWorker.