New article: Multithreaded HTTP Server in Delphi

HTTP Server Article
Multithreaded HTTP Server in Delphi
This article represents the fully functional multithreaded multi connection HTTP server that works asynchronously in a thread pool, accepts the GET, POST, PUT and any other HTTP requests, and sends the corresponding user-defined responses.
The TclHttpServer component is built based on the Clever Internet Suite library and uses the fast and stable classes: TclTcpServer, TclUserConnection, and TclThreadPool.
 
Join our Mailing List and stay tuned: SUBSCRIBE