29 Aug
2002
29 Aug
'02
8:59 a.m.
On Wednesday 28 August 2002 10:39 pm, lparrab wrote:
or am I talking nonsense and shouldnt be using signals with Boost.Thread? if so, how do I solve the select problem??
IMHO I wouldn't use select. Each time a new connections is initiated, you can simply start a new thread to receive data from that socket. I don't know what performance impact this would have, but the code will certainly be simpler and easier to maintain. Just my 2 pence. Tom Howard