Quoting r. Grant Grundler <[EMAIL PROTECTED]>: > 2) I working towards making the server side a daemon. > ie move stuff out of main:
I have another idea: lets move all the socket stuff out of perftests altogether. Each test will just read/write standard input/output. Reports will go to standard error. On top of this, we'll be able to have a script/program, or multiple different programs, that will perform the server/client communication in whatever way we want it to. One simple way would be to dup the socket descriptor to standard input/output. It seems this would also let the same test use cm for connection setup, but I didnt look at ucm, yet. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
