292 Subj : Re: stupid threading question .... To : comp.programming.threads From : Daniel Rayment Date : Mon Aug 15 2005 09:57 pm now you all getting far more complicated than need be. my question was just a simple stupid one. i m not worry about a dll init function. thew just of my concern is i am working on making a server using a thread pool, for which the "work" function i am calling would be a global function. and in theory if im on a 2 processor machine the windows completion port can run 2 threads both of which will call the work function. let keep it simple and stupid boys and girls. thanks for the help . 0