<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Thu, Aug 31, 2017 at 6:20 PM Taras Halturin <<a href="mailto:halturin@gmail.com" target="_blank">halturin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I think, Max means that you choose most expensive way to deal with it and it's not about efficiency of http handling but about efficiency of aim achieving :)</div><div class="gmail_extra"><br></div></blockquote><div><br></div></div><div dir="ltr"><div dir="ltr"><div class="gmail_quote">The most expensive way in terms of what? If not speed do you mean development effort? Given that the aim is to use libcurl then the choice is a port executable or some sort of NIF. When using a port executable I don't have to worry about it crashing my VM and all I pay is the price of port communications. If I use a NIF I have to concern myself with making sure my NIF code and the code in libcurl doesn't crash my VM. That's a lot more development time and risk.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Cheers,</div><div class="gmail_quote">Paul.</div></div></div></div>