D for microservices

Adam Wilson flyboynw at gmail.com
Fri Oct 27 09:41:26 UTC 2017


On 10/27/17 00:18, Jacob Carlborg wrote:
> On 2017-10-26 12:25, Adam Wilson wrote:
>
>> My apologies, something rather the other direction. Instead of forcing
>> compat with vibe.d, going to vibe.d and say: "here is our standard
>> event-loop, it has everything you need, you'll need to use it for all
>> the other goodness to work". I know others can make good arguments
>> about why the vibe event-loop is insufficient, and I'll let them make
>> them.
>
> My concern is not about the event loop, it's about asynchronous IO.
> vibe.d needs to use asynchronous IO and I assume that's regardless what
> kind of event loop implementation is used. Does all the existing
> database drivers that you want to use support asynchronous IO?
>

PgSQL/MySQL/MSSQL all do, I think that covers about 90% of usage. IIRC 
Oracle does as well.

-- 
Adam Wilson
IRC: LightBender
import quiet.dlang.dev;


More information about the Digitalmars-d mailing list