March 30, 2004 Re: More problems with std.stream | ||||
---|---|---|---|---|
| ||||
Posted in reply to C. Sauls | That sounds pretty nifty! Is there any doc/info on it? BTW, the Dsc.io socket support is built upon Christopher Miller's socket.d. He even went to the trouble of adding SocketSet (wraps the wacky select() function). Dsc.io uses the latter to support timeout on a socket read, with no spinlock. SocketSet also supports accept() listeners: this is a great way to go for building scalable network-servers. - Kris "C. Sauls" <ibisbasenji@yahoo.com> wrote in message news:c4acmv$1366$1@digitaldaemon.com... > Cool. Sockets too... double cool. Neo = scripted virtual environment server, actually an update and re-write of a server designed in the mid-80's. Its partly because I think a better version could be written to take advantage of D, and partly because it'd look good in my portfolio. ;) Plus later on if someone asks something like how well D handles things like sockets and threading, then I can point at it as an example. > > -C. Sauls > -Invironz > > Kris wrote: > > Scanf integration: Will do ... > > Example below: Yep, that's how the file stuff works. > > > > I'm not familiar with neo ... what does it do? > > > > - Kris > > > > BTW, I just sent you an alpha-4 release. |
Copyright © 1999-2021 by the D Language Foundation