----- Original Message ----- From: "Norman Vine" <[EMAIL PROTECTED]>
> PLib/src/net is a 'reasonably' efficient implementation of using > polling in a multiple connection environment :-) > > The 'loop' is in netChanel.cxx > > SimGear sockets and are built ontop of PLib/Net as is the FGFS > http server, which should make an applicable stress test easy to > formulate :-) > ok -- I give up :) total surrender :) Interestingly enough -- the classes are quite similar to mine -- even unto line terminator handling -- prime difference being that my socket instances must register with the server class in derived implementation code, since the core socket code can be used with or without the server loop -- looks like plib handles that automatically Guess I have enuf to do the server framework and initial handshake between client and server _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
