> Date: Wed, 25 Jun 2014 14:21:00 +0100
> From: an...@magsys.co.uk
> To: twsocket@lists.elists.org
> Subject: Re: [twsocket] Future improvements for HTTP components?
> 
> > basic http server that handles requests but process them on 
> > different and configurable number of threads. Anyone?
> 
> Have you looked at the existing threaded components and demos: 
> 
> OverbyteIcsWSocketTS.pas - Winsock component for building multithreaded 
> servers
> 
> OverbyteIcsThrdSrv.dpr - Basic multithreaded TCP server, banner sent in main
> thread
> 
> OverbyteIcsThrdSrvV2.dpr - Basic multithreaded TCP server, banner sent in
> worker thread
> 
> OverbyteIcsThrdSrvV3.dpr - Basic TCP server showing how to use
> TWSocketThrdServer
> 
> Effectively, the existing HTTP server component needs OverbyteIcsWSocketS.pas
> replacing with OverbyteIcsWSocketTS.pas.
> 
> I might look at this in a few months, since my own web server is currently
> blocking for a few milliseconds while SQL requests complete, but no-one has
> ever complained.  
> 
> Angus
> 
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
                                          
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to