Hi Andy, you can not use the same thread name within the same request. Is giving you an exception.
Using structDelete(cfthread, "thread#ii##i#"); while seems that the server recover some memory (less than 1GB of 4GB) the process is slow and the server becomes unresnponsive while the cpu is still 20%, I presume that the sloppy server comes just because the process of allocating/disposing memory. If that the case the cfthread scope IMHO is a bad idea, is better for the developer to use a shared memory using locks (in my case Im not even concerned about return data)... in my case just only an array of FIVE elements should be enough... I have done concurrency for years now and of course concurrency is a matter of the developer, I should be the one that creates the semaphores, pub/sub, data... the actual threads design (created by adobe i presume) is not right -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
