Re: [fpc-pascal] fphttpserver and concurrent connections

2014-08-10 Thread JB
Wow! Thanks, I will test too :) Best regards and good luck! JB Em 10/08/2014 04:27, "Graeme Geldenhuys" escreveu: > 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 wit

Re: [fpc-pascal] fphttpserver and concurrent connections

2014-08-10 Thread Graeme Geldenhuys
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

Re: [fpc-pascal] fphttpserver and concurrent connections

2014-08-09 Thread JB
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. Will s

[fpc-pascal] fphttpserver and concurrent connections

2014-08-08 Thread Graeme Geldenhuys
Hi, I've only used the fphttpserver component for a single user embedded web server application. For a different part of the product I'm working on, I'm trying to reduce the installation effort by dropping the Apache Web Server install and complex configuration. The embedded fphttpserver worked so