Updated Wiki: Configuration
Server settings file format This page describes ahttpserver setting file format (server.config) - in current releases this file is always loaded from server executable location...
View ArticleUpdated Wiki: Using the Code
aconnectlib ExamplesSimple echo serverSimple echo server. #include "aconnect/aconnect.hpp" #include "aconnect/util.hpp"usingnamespace aconnect; // global server instance Server server; void threadProc...
View ArticleUpdated Wiki: Using the Code
aconnectlib ExamplesSimple echo server #include "aconnect/aconnect.hpp" #include "aconnect/util.hpp"usingnamespace aconnect; // global server instance Server server; void threadProc (const...
View ArticleUpdated Wiki: Simple echo server
Simple echo server #include "aconnect/aconnect.hpp" #include "aconnect/util.hpp"usingnamespace aconnect; // global server instance Server server; void threadProc (const ClientInfo& client) { static...
View ArticleUpdated Wiki: Simple echo server
Simple echo server #include "aconnect/aconnect.hpp" #include "aconnect/util.hpp"usingnamespace aconnect; // global server instance Server server; void threadProc (const ClientInfo& client) { static...
View ArticleUpdated Wiki: Simple echo server
Simple echo server #include "aconnect/aconnect.hpp" #include "aconnect/util.hpp"usingnamespace aconnect; // global server instance Server server; void threadProc (const ClientInfo& client) { static...
View ArticleUpdated Wiki: Simple echo server
Simple echo server #include "aconnect/aconnect.hpp" #include "aconnect/util.hpp"usingnamespace aconnect; // global server instance Server server; void threadProc (const ClientInfo& client) { static...
View ArticleUpdated Wiki: Simple echo server
Simple echo server #include "aconnect/aconnect.hpp" #include "aconnect/util.hpp"usingnamespace aconnect; // global server instance Server server; void threadProc (const ClientInfo& client) { static...
View ArticleUpdated Wiki: ThreadPool examples
ThreadPool examples #include "aconnect/aconnect.hpp" #include "aconnect/thread_pool.hpp" #include "aconnect/util.hpp" #include "assert.h" boost::detail::atomic_count COUNTER (0l); void threadProc (int...
View ArticleUpdated Wiki: ThreadPool examples
ThreadPool examples #include "aconnect/aconnect.hpp" #include "aconnect/thread_pool.hpp" #include "aconnect/util.hpp" #include "assert.h" boost::detail::atomic_count COUNTER (0l); void threadProc (int...
View ArticleUpdated Wiki: ThreadPool examples
ThreadPool examples #include "aconnect/types.hpp" #include "aconnect/thread_pool.hpp" #include "aconnect/util.hpp" boost::detail::atomic_count COUNTER (0l); void threadProc (int n) { usingnamespace...
View ArticleUpdated Wiki: ThreadPool examples
ThreadPool examples #include "aconnect/types.hpp" #include "aconnect/thread_pool.hpp" #include "aconnect/util.hpp" boost::detail::atomic_count COUNTER (0l); void threadProc (int n) { usingnamespace...
View ArticleUpdated Wiki: ThreadPool examples
ThreadPool examples #include "aconnect/types.hpp" #include "aconnect/thread_pool.hpp" #include "aconnect/util.hpp" boost::detail::atomic_count COUNTER (0l); void threadProc (int n) { usingnamespace...
View ArticleUpdated Wiki: Home
Project Description Portable and small HTTP server written on C++, supported Windows/Linux (Ubuntu).Has handlers/modules architecture - developed Python handler, ASP.NET handler (Win), ISAPI extensions...
View ArticleUpdated Wiki: Home
Project Description Portable and small HTTP server written on C++, supported Windows/Linux (Ubuntu).Has handlers/modules architecture - developed Python handler, ASP.NET handler (Win), ISAPI extensions...
View ArticleUpdated Wiki: Home
Project Description Portable and small HTTP server written on C++, supported Windows/Linux.Has handlers/modules architecture - developed Python handler (WSGI), ASP.NET (Win32)/ISAPI extensions handler,...
View ArticleUpdated Wiki: Home
Project Description Portable and small HTTP server written on C++, supported Windows/Linux.Has handlers/modules architecture - developed Python handler (WSGI), ASP.NET (Win32)/ISAPI extensions handler,...
View Article