Re: curl handles and multi thread

2017-11-21 Thread Daniel Stenberg
On Tue, 21 Nov 2017, surya chandrika via curl-library wrote: This thread_a will now be open to poll the other message queues. so handles prcoessed by multiple threads would be different , so i assume threads should not be blocking except for the select()/timeout in thread_b. Sorry, but that

Re: curl handles and multi thread

2017-11-21 Thread surya chandrika via curl-library
Hi All, Actually i have multiple message queues say for eg 50 queues(shared bw threads) with messages that needs to be delivered without affecting the sequence of messages in a particular queue. Multiple threads are supposed to serve this purpose. Each thread keeps polling this message queue