Jan Christoph Bernack

Results 20 comments of Jan Christoph Bernack

You have to register a callback function and process/buffer the response yourself: int download_callback(request_t *req, char *data, int len) { /* use data */ } req_setopt(req, REQ_FUNC_DOWNLOAD_CB, download_callback);

This has been fixed with #12

Thanks. Please fix the one export issue and I will merge.

Hey, the changes look good to me. Could you give an example what you use this for and why it can't be solved within the aggregation?

That would be great. I will look into it, but probably not before next year.

Unfortunately not, no time to look into it.

These articles say something different: - https://devblogs.microsoft.com/oldnewthing/20100813-00/?p=13153 - https://blogs.msdn.microsoft.com/oldnewthing/20100810-00/?p=13193/ > An object can become eligible for collection during execution of a method on that very object.

This is obviously a very old issue. Was this fixed? I just did the exact same thing and can not reproduce the issue. ``` VBinDiff 3.0_beta5 ```

Thanks for the response! To give a little more background: I was trying to keep the collection in sync with an SQL table. The idea was to insert the documents...

That would also be useful during ascent through atmosphere to keep stress below the everything-explodes threshold.