Re: Issues implementing an async certificate validation engine
Date: Tue, 11 Feb 2020 17:50:18 +0100 (CET)
On Tue, 11 Feb 2020, Valerio Di Gregorio (vadigreg) via curl-users wrote:
> Is there a reliable way (only when data is really ready) and a prompt way
> (in order of micro/milli-seconds) to wake up from ASYNC_pause_job()?
This is the mailing list for the curl tool and related subjects. You're using
the library so the curl-library list is probably a better fit.
But you're asking about behaviors in an OpenSSL call and then the curl-library
mailing list isn't really the most suitable one either. I would propose the
OpenSSL users mailing list for that, I think.
Then again, you probably don't have to use OpenSSL's fancy "async" stuff since
you have to keep libcurl waiting in the callback anyway until you're done, so
you *could* just bounce over the context pointer to your child thread, have it
do whatever it needs to do, and then signal the callback thread again that it
can go on...
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://www.wolfssl.com/contact/ ----------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2020-02-11