Now that I am using it for backend processing of csv files, and the cf8 standard is limited to ten threads, I want to make sure i won't somehow overload the server...
Any suggestions?
I am making uniquely named threads, but i am worried about performance...also what if i need to stop a thread, how do i do that?
Thank You.