gamedevforks / mariachi

Automatically exported from code.google.com/p/mariachi
0 stars 0 forks source link

Thread pool support for stage execution #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A thread pool should be created to control more than one stage per thread. 
This technique should be used to avoid potential problems with using to many 
threads.

The most critic stage operation should be able to be executed in a separate 
thread.

Original issue reported on code.google.com by joa...@gmail.com on 26 Jan 2010 at 10:26