pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.33k stars 2.15k forks source link

Question about TcpSever's threads #543

Closed Yukariin closed 10 years ago

Yukariin commented 10 years ago

Hi! Currently I'm learning C++ and network programming with Poco library. And I have a few question about how working TcpServer module and he's thread management. I have a small and very easy project on TcpServer here https://github.com/Yukariin/SGO/tree/c%2B%2B and may be I doing something wrong?

Anyway, questions:

Thanks.

Yukariin commented 10 years ago

Not need.