bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Non Threaded use of TCPSocket with select/poll?


From: Jeremy Noetzelman
Subject: Non Threaded use of TCPSocket with select/poll?
Date: Thu, 2 Jan 2003 16:30:46 +0000 (GMT)

Is there an easy (ie preexisting) way of using the TCPSocket/TCPStream
classes with select or poll without using the threads interface?  It seems
to me at a glance that there's not, and if I want to have a 'real' server
which handles lots of sockets I have to use Threads (SocketService, etc)

Can someone enlighten me?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]