Re: [fpc-devel] Questions and suggestions to fpWeb

2010-08-03 Thread Luiz Americo Pereira Camara
Michael Van Canneyt escreveu: I agree that the contents/content properties should be reduced to 1 property. But this is a change which will break backwards compatibility. AFAIK the fpWeb interface is still in progress. Anyway, better change now than later. The question is: which one ? Co

Re: [fpc-devel] Questions and suggestions to fpWeb

2010-08-03 Thread Michael Van Canneyt
On Tue, 3 Aug 2010, Luiz Americo Pereira Camara wrote: Michael Van Canneyt escreveu: On Tue, 3 Aug 2010, Luiz Americo Pereira Camara wrote: Michael Van Canneyt escreveu: On Fri, 30 Jul 2010, Luiz Americo Pereira Camara wrote: Hi, I've playing a bit with fpWeb and have some suggestio

Re: [fpc-devel] Questions and suggestions to fpWeb

2010-08-03 Thread Luiz Americo Pereira Camara
Michael Van Canneyt escreveu: On Tue, 3 Aug 2010, Luiz Americo Pereira Camara wrote: Michael Van Canneyt escreveu: On Fri, 30 Jul 2010, Luiz Americo Pereira Camara wrote: Hi, I've playing a bit with fpWeb and have some suggestions and questions: - In TFPWebAction.DoHandleRequest if req

Re: [fpc-devel] Questions and suggestions to fpWeb

2010-08-03 Thread Michael Van Canneyt
On Tue, 3 Aug 2010, Luiz Americo Pereira Camara wrote: Michael Van Canneyt escreveu: On Fri, 30 Jul 2010, Luiz Americo Pereira Camara wrote: Hi, I've playing a bit with fpWeb and have some suggestions and questions: - In TFPWebAction.DoHandleRequest if request is not handled by OnReques

Re: [fpc-devel] Questions and suggestions to fpWeb

2010-08-03 Thread Luiz Americo Pereira Camara
Michael Van Canneyt escreveu: On Fri, 30 Jul 2010, Luiz Americo Pereira Camara wrote: Hi, I've playing a bit with fpWeb and have some suggestions and questions: - In TFPWebAction.DoHandleRequest if request is not handled by OnRequest and inherited, the content is copied to the response and

Re: [fpc-devel] Questions and suggestions to fpWeb

2010-08-03 Thread Marcos Douglas
On Tue, Aug 3, 2010 at 5:41 AM, Michael Van Canneyt wrote: > > On Fri, 30 Jul 2010, Luiz Americo Pereira Camara wrote: > [snip] >> >> - Content and Contents properties are redundant. Also can lead to some >> performance issues. See the code of DoGetContent: >> >>  If (Self.Content<>'') then >>    

Re: [fpc-devel] Questions and suggestions to fpWeb

2010-08-03 Thread Michael Van Canneyt
On Fri, 30 Jul 2010, Luiz Americo Pereira Camara wrote: Hi, I've playing a bit with fpWeb and have some suggestions and questions: - In TFPWebAction.DoHandleRequest if request is not handled by OnRequest and inherited, the content is copied to the response and handled is checked by the res

[fpc-devel] Questions and suggestions to fpWeb

2010-07-30 Thread Luiz Americo Pereira Camara
Hi, I've playing a bit with fpWeb and have some suggestions and questions: - In TFPWebAction.DoHandleRequest if request is not handled by OnRequest and inherited, the content is copied to the response and handled is checked by the response content. - FContensts will be always created even if