RE: [PATCH] allow non blocking http_receive_result
"Paul Keogh" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
> > attached patch allows http_receive_result to be non blocking > if requested. It allow us to start only one thread for http > client side. > > any objections? > No objections but whats the use case here ? Is it simply to save the overhead of creating a thread to receive results ?