mysql-native v2.1.0
Steven Schveighoffer
schveiguy at yahoo.com
Wed Mar 7 13:10:38 UTC 2018
On 3/7/18 5:23 AM, Sönke Ludwig wrote:
> Am 06.03.2018 um 05:31 schrieb Nick Sabalausky (Abscissa):
>> (...) Also, AFAIK, vibe doesn't offer socket support like it does TCP,
>> so vibe users would loose out on the automatic yield-on-io that's a
>> cornerstone of vibe's concurrency design.
>
> There currently appears to be something broken, but vibe-core does
> support UDS (by setting a UDS address in the connectTCP call; the legacy
> name of that function is going to get changed during the next releases).
> There is also an open PR for the legacy core module:
>
> https://github.com/vibe-d/vibe.d/pull/2073
Hm.. I've wanted to do the same thing, yet for redis (as redis is super
unsecure when using a network socket, but can have fine-grained
permissions when using a unix socket). Will that be possible?
-Steve
More information about the Digitalmars-d-announce
mailing list