David,When you create a cfthread, there's a struct created in the cfthread scope under your given thread name.
Since you use a unique thread name each time, we're creating a lot of data in the cfthread scope.
Try using the same thread names or structdelete()'ing the data after each thread run completes.
Andy -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
