Re: [PATCH] allow non blocking http_receive_result
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul, did you read my reply to Arne K. Haaje? if not please read it first. Short answer: we don't need to start extra thread to receive result -> no overhead starting/running yet another thread. Thanks, Alex Paul Keogh schrieb: > >> 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 ? > >