Does D have high-performance sockets

2012-06-12 Thread D Day
Are there any implementations of this anywhere for D? I really only care about the windows platform - and have considered writing this myself with IOCP and std.socket, but I figure someone else must have already done something similar?

Re: Does D have high-performance sockets

2012-06-13 Thread Regan Heath
On Tue, 12 Jun 2012 22:29:58 +0100, D Day wrote: Are there any implementations of this anywhere for D? I really only care about the windows platform - and have considered writing this myself with IOCP and std.socket, but I figure someone else must have already done something similar? Not

Re: Does D have high-performance sockets

2012-06-13 Thread Dmitry Olshansky
On 13.06.2012 1:29, D Day wrote: Are there any implementations of this anywhere for D? I really only care about the windows platform - and have considered writing this myself with IOCP and std.socket, but I figure someone else must have already done something similar? Take a look at vibe.d. Wh

Re: Does D have high-performance sockets

2012-06-13 Thread Jarl André
On Wednesday, 13 June 2012 at 10:24:58 UTC, Dmitry Olshansky wrote: On 13.06.2012 1:29, D Day wrote: Are there any implementations of this anywhere for D? I really only care about the windows platform - and have considered writing this myself with IOCP and std.socket, but I figure someone els

Re: Does D have high-performance sockets

2012-06-13 Thread Dejan Lekic
On Wednesday, 13 June 2012 at 15:53:15 UTC, Jarl André wrote: On Wednesday, 13 June 2012 at 10:24:58 UTC, Dmitry Olshansky wrote: On 13.06.2012 1:29, D Day wrote: Are there any implementations of this anywhere for D? I really only care about the windows platform - and have considered writing

Re: Does D have high-performance sockets

2012-06-13 Thread D Day
On Wednesday, 13 June 2012 at 17:21:15 UTC, Dejan Lekic wrote: On Wednesday, 13 June 2012 at 15:53:15 UTC, Jarl André wrote: On Wednesday, 13 June 2012 at 10:24:58 UTC, Dmitry Olshansky wrote: On 13.06.2012 1:29, D Day wrote: Are there any implementations of this anywhere for D? I really only