Re: [Lazarus] fpWeb - Apache Modules

2009-01-24 Thread Graeme Geldenhuys
On Fri, Jan 23, 2009 at 5:40 PM, Lee Jenkins l...@datatrakpos.com wrote: Yeah, this is a problem for us tiOPF users since the tiOPF not only needs to setup its database specific objects like pooling, etc but also has to perform all of the object registrations if you're using AutoMapping a lot

Re: [Lazarus] fpWeb - Apache Modules

2009-01-23 Thread Graeme Geldenhuys
On Fri, Jan 23, 2009 at 12:36 PM, Michael Van Canneyt mich...@freepascal.org wrote: All depends on how your CGI application works. For any reasonably user-friendly application screen buildup usually requires so many queries that the startup time is dwarfed. [] For simple CGI's a lot can

Re: [Lazarus] fpWeb - Apache Modules

2009-01-23 Thread Henry Vermaak
2009/1/23 Graeme Geldenhuys graemeg.li...@gmail.com: On Fri, Jan 23, 2009 at 11:43 AM, Henry Vermaak henry.verm...@gmail.com wrote: just for interest sake, have you measured how long it takes to set up the connection relative to how long the network transfer takes? it'll obviously be

Re: [Lazarus] fpWeb - Apache Modules

2009-01-23 Thread Graeme Geldenhuys
On Fri, Jan 23, 2009 at 12:58 PM, Henry Vermaak henry.verm...@gmail.com wrote: of course, but i mean the internet transfer of the html to the client's browser. That I have not tested yet, but not much I can do about that either. We do limit the amount of content in the generated pages.

Re: [Lazarus] fpWeb - Apache Modules

2009-01-23 Thread Lee Jenkins
Graeme Geldenhuys wrote: On Thu, Jan 22, 2009 at 4:51 PM, Lee Jenkins l...@datatrakpos.com wrote: Powtils and other only cgi frameworks by their nature do not support object pooling. The only other option that I saw was apache dso's using the fpWeb framework but that did not turn out too well

Re: [Lazarus] fpWeb - Apache Modules

2009-01-23 Thread Lee Jenkins
Graeme Geldenhuys wrote: On Fri, Jan 23, 2009 at 11:43 AM, Henry Vermaak henry.verm...@gmail.com wrote: just for interest sake, have you measured how long it takes to set up the connection relative to how long the network transfer takes? it'll obviously be dependant on the connection speed,

Re: [Lazarus] fpWeb - Apache Modules

2009-01-22 Thread Lee Jenkins
Lee Jenkins wrote: I'm playing around with the fpWeb stuff and it looks really good. I may use it for some work on my company's website but I wanted to make sure that I could use either cgi or apache dso. Are there any examples for apache shared modules or is it pretty much the

Re: [Lazarus] fpWeb - Apache Modules

2009-01-22 Thread Andrew Brunner
On Thu, Jan 22, 2009 at 7:20 AM, Lee Jenkins l...@datatrakpos.com wrote: After working quite a few hours to get this to work yesterday, I have found the solution: Start All Programs Microsoft Visual Studio 2008 -- Warm Regards, Lee, with the hope of not going too far off topic... I'm

Re: [Lazarus] fpWeb - Apache Modules

2009-01-22 Thread Lee Jenkins
Andrew Brunner wrote: On Thu, Jan 22, 2009 at 7:20 AM, Lee Jenkins l...@datatrakpos.com wrote: After working quite a few hours to get this to work yesterday, I have found the solution: Start All Programs Microsoft Visual Studio 2008 -- Warm Regards, Lee, with the hope of not going

Re: [Lazarus] fpWeb - Apache Modules

2009-01-22 Thread Lee Jenkins
ABorka wrote: Lazarus file/new should work, just make sure to use the right httpdXX directory. Thanks, but how do I tell Lazarus which one to use? I assumed that if it was on the path, anyone of them could be used. For instance if I setup a new apache module project and hover over httpd

[Lazarus] fpWeb - Apache Modules

2009-01-21 Thread Lee Jenkins
I'm playing around with the fpWeb stuff and it looks really good. I may use it for some work on my company's website but I wanted to make sure that I could use either cgi or apache dso. Are there any examples for apache shared modules or is it pretty much the same as the CGI? I see they

Re: [Lazarus] fpWeb - Apache Modules

2009-01-21 Thread Lee Jenkins
Lee Jenkins wrote: I'm playing around with the fpWeb stuff and it looks really good. I may use it for some work on my company's website but I wanted to make sure that I could use either cgi or apache dso. Are there any examples for apache shared modules or is it pretty much the