Etienne Cimon

Results 105 comments of Etienne Cimon

I don't yet have .editorconfig in Mono-D and the default is tabs as tabs, so I just kept going with that. I guess I'll have to change that soon enough

> braces on own lines Depends on the length of the line, I don't particularly crave line counts over readability. I like to put them on their own line for...

I'll probably do that soon enough, I'm freeing myself up slowly for it. I think expanding the standard library with event-based (thread-local) concurrency would benefit the whole D community. I...

I hadn't realized libasync could build for ARM ? Have you tested it with align(8) to see if you can successfully run a web server on a Raspberry Pi?

Nice, but wouldn't it be possible to cross-compile from an ARM emulator like Qemu?

It's good to know, I have a project for a decentralized social network that I thought I would have to use the Edison chip for, maybe I'll move towards ARM...

These error codes are very specific to which OS you're using though. I think the you'd be better off checking the error code in libasync and tweaking the `status` directly...

I think this benchmark would be more appropriate for vibe.d with libasync driver. Benchmarking libasync would be a little like benchmarking your kernel's `accept`, `send` or `recv` functions because it's...

The best way to implement multi-threading would be on top of the request. You can start a new thread and process your request there. But I think you might be...

I will need the source code and the operating platform to further assess this situation. There could be many reasons for a low throughput.