Blueprint changed by Rick Stovall: Whiteboard changed: D socket library documentation: http://dlang.org/phobos/std_socket.html - A well regarded scoket communications library for D: http://www.dprogramming.com/splat.php - Examples of D socket usage seem a bit thin on the ground so far. I'm - still looking, but it looks like I maybe should replicate the C++ - ricklib3::tcp_socket class, as D's std socket lib is a thin wrapper on - the posix C api. + Simple examples of D socket usage are provided with the dmd compiler + package, but I'm having trouble finding others. I'm still looking. Need + to decide if I should replicate the C++ ricklib3::tcp_socket class or + create a new, more native asynchronous approach.
-- D language technology demos https://blueprints.launchpad.net/nrtb/+spec/d-tech-demos _______________________________________________ Mailing list: https://launchpad.net/~nrtb-core Post to : [email protected] Unsubscribe : https://launchpad.net/~nrtb-core More help : https://help.launchpad.net/ListHelp

