Matthieu Garrigues
Matthieu Garrigues
Hey, sorry for the delay, silicon does not handle multipart form data yet. The only way today is to send your image as a base64 encoded POST parameter.
Interesting, I'll test this tonight. Matthieu Garrigues On Tue, Oct 17, 2017 at 7:43 PM, Yevgeniy Zakharov wrote: > [image: default-userpic] > > Trying to upload a picture as a...
I could not reproduce this problem neither with g++ nor clang++. Are you sure to compile with the last version of iod and silicon ?
Hi @bnlambert , > `how to connect to many mysql databases at run time.` It's not possible, but I try to make it possible if you need it. > if...
Thanks @tedli for you feedback. Yes, libcurl_json_client is mainly designed for testing, and it is true that silicon lack of a good http client to call others APIs. For now,...
Which version of microhttpd do you have?
Check the results here : https://www.techempower.com/benchmarks/#section=data-r13&hw=ph&test=json FYI I already tried to implement a H2O silicon backend but their C API is really too hard to get familiar with.
The reality is that I never encountered usecases that need to handle 100k reqs/s so I do not have much feedback to give. I personally think that the MHD performance...
Indeed, passing a string instead of a port will be nice to handle ipv4 and ipv6 address. I'll add this to the MHD backend. Thanks again, your feedback is more...
Thanks for the remark. Actually, just the sql_rest and sql_crud do not compile with g++ 5.3. It compiles all the rest of silicon without problem. It just takes 30-40% more...