On Wed, Jan 04, 2006 at 03:01:36PM -0300, Edgard Lima wrote: > Can I cancel "ne_read_response_block" by calling "ne_end_request" from > other thread?
If you have one thread blocked inside ne_read_response_block(), then no, that is liable to crash the process. > if so, what "ne_read_response_block" will return? > > if not, how can I do that? There's no way to asynchronously cancel a request blocked waiting for the server; you can adjust the read timeout however. joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
