Hi, Actually it is used there to don't suffer I/O bound operations in the scheduler, at least in the part that can be executed only by a thread at a time. Which advantages will we have to move it away from there?
Giuseppe Alexandru IANCU <[email protected]> writes: > I would remove recv call from ClientsThread. ClientsThread read from a > buffer and write to a socket(sockets write only to ClientsThread). This > pair should be provided by scheduler. > > Andu.
