[fpc-pascal] fphttpserver and concurrent connections
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Sat Aug 9 13:57:00 CEST 2014
On 2014-08-08 12:49, JB wrote:
> Hi, I use fphttpserver in my project https://github.com/jbsolucoes/ceosmw.
>
> Now I'm changing server to use sockets to solve problem with concurrent
> connections and to use in bigger scale on a LAN. I'm using synapse with
> multithread, running tests and is very cool, support large users scale.
I'm a big fan of Synapse components too. I actually implemented a few
embedded HTTP servers into your product to test them all. Indy, Synapse,
fphttpserver and some other one I can't remember now.
I've received useful information regarding concurrency with fphttpserver
in the Lazarus Forums. So it seems like positive news.
http://forum.lazarus.freepascal.org/index.php/topic,25433.0.html
I'll make that suggested change, and then build my simulated test to see
how it goes.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
More information about the fpc-pascal
mailing list