32#ifdef _QX_ENABLE_QT_NETWORK
33#ifndef _QX_SERVICE_SERVER_H_
34#define _QX_SERVICE_SERVER_H_
47#include <QtNetwork/qtcpserver.h>
76#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
QxServer(QxThreadPool *pool)
QMutex m_mutex
Mutex => 'QxServer' is thread-safe.
virtual void incomingConnection(qintptr socketDescriptor)
QxThread * getAvailable() const
QxThreadPool * m_pThreadPool
Parent thread pool to prevent from incoming connection.
qx::service::QxThread : thread to execute a transaction of QxService module
qx::service::QxThreadPool : thread-safe thread pool to manage list of threads for executing all trans...
QxOrm library services engine to provide easy and powerful way to create C++ application server (to t...
Root namespace for all QxOrm library features.