c++ Programming Glossary: serverfactory
Where to delete QTcpSocket in thread to avoid valgrind errors http://stackoverflow.com/questions/19280903/where-to-delete-qtcpsocket-in-thread-to-avoid-valgrind-errors itself within the thread. This precondition is asserted. ServerFactory Produces a new server instance when its newConnection slot is.. socket's ownership is transferred to the server. ThreadedServerFactory Creates a dedicated StoppingThread for each server made and.. moves the server to this thread. Otherwise behaves like ServerFactory. The threads are owned by the factory and are properly disposed..
|