Quantcast
Channel: ahttpserver Wiki & Documentation Rss Feed
Browsing latest articles
Browse All 20 View Live

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 Article



Updated 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 Article

Updated 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 Article

Updated Wiki: Simple echo server

!!Simple echo server

View Article

Updated Wiki: Using the Code

aconnectlib ExamplesSimple echo server

View Article


Updated 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 Article

Updated 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 Article

Updated 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 Article


Updated 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 Article


Updated 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 Article

Updated 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 Article

Updated Wiki: Using the Code

aconnectlib ExamplesSimple echo serverThreadPool examples

View Article

Updated 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 Article


Updated 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 Article

Updated 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 Article


Updated 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 Article

Updated 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 Article


Updated 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 Article

Updated 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

Updated 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
Browsing latest articles
Browse All 20 View Live




Latest Images