[reSIProcate] DUM
julien thai
julienresiprocate at gmail.com
Mon May 16 11:20:57 CDT 2005
Dear all,
To use DUM for single Thread. It have to use the code below.
{
FdSet fdset;
stack.buildFdSet(fdset);
int err = fdset.selectMilliSeconds(100);
assert ( err != -1 );
stack.process(fdset);
while(clientDum.process());
}
in the while (clientDum.process());which condition to go out this loop?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20050516/5ca65189/attachment.htm>
More information about the resiprocate-devel
mailing list