Re: [fpc-pascal] DB Access and Multithread

2015-02-02 Thread JB
I work with connection pool, a threaded control to provide avail connections. Best regards, JB José Benedito JBS Soluções Consulting Systems Development c ont...@jbsolucoes.net www.jbsolucoes.net skype: s...@jbsolucoes.net +55 22 30251654 +55 22 996064279 On Mon, Feb 2, 2015 at 6:05 AM

Re: [fpc-pascal] AWS Lib - Object Pascal library for the Amazon Web Services

2014-12-28 Thread JB
Opa! Parabéns Marcos! Estou de férias e quando voltar pra casa essa semana vou dar uma olhada. Abraço e sucesso! Boas festas! Em 27/12/2014 23:42, "Marcos Douglas" escreveu: > Hi, > > I'm glad to announce the 0.2 release of AWS Lib, a minimalistic Object > Pascal implementation for the Amazon W

Re: [fpc-pascal] TIniFile: how to save bool as string?

2014-10-07 Thread JB
I usually use integer cast to boolean values, sample: var cond: boolean; i: integer; begin cond := true; writeln(inttostr(integer(cond))); i := 0; if boolean(i) then writeln('true') else writeln('false'); end; best regards José Benedito JBS Soluções Consulting Systems

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

Re: [fpc-pascal] fphttpserver and concurrent connections

2014-08-09 Thread JB
ale. Will soon be providing the update, I'm just finishing component to develop pool (concurrent connectios need treatment pool for objects). Take a look at the roadmap and if you're interested join the project :) Please add me hangouts ;) Best regards JB José Benedito JBS Soluçõe