Is there a limit to the number of new threads which can be creating using ExecuteFunc() ?
Also, what kind of performance issues should i watch out for if im creating about 10 threads at a time, each one having a periodic 0.025 timer which runs a reasonable amount of code?