T
Tim Kuehn
Guest
Thx Julian! Laura - the issue is that there's some functionality that's specific to server sockets (ie ENABLE-CONNECTION()), some that's specific to what I'd call client sockets (ie CONNECT()), and some that's common to both types of socket usage (READ, WRITE, etc.). Which is which is which isn't clear in the docs, and that's what I'm trying to sort out. Reason for asking is I'm creating a set of OO classes which wrap all this stuff up in classes, and this ambiguity is preventing me from figuring out what to put where.
Continue reading...
Continue reading...