Hi,
My application will continuously fill up the QWork object. Within certain interval it will fill up the QWork object. I want to reuse the threads you have created in pool in every interval it is filling up the QWork object.
I am giving you some code snippet:
&<code>
while (1)
{
sleep(10);
##execute the stored procedure##
##filling up the QWork object##
}
<code>&
How to do it?expecting your help.