i have an application with 4 threads from which 2 are event based and 2 are not event based.
the problem is i have to isolate the 2 non event based threads in which while(1) loop is executing that takes a huge cpu usage and this usage reaches even up to 100%,
i think making these threads isolated can reduce the cpu usage,
will it be a good idea, if there is any other method plz refer me.
and i also want to know how to isolate the threads.
thanx in advance.