Iam creating a worker thread using AfxBeginThread inside a COM Inproc DLL and when i call the particular function through the thread it take more CPU time than
the one without a thread.....why is this happening ?