On 30/01/2008, Lee Jenkins <[EMAIL PROTECTED]> wrote: > > I've used powtils a bit. Fast, very fast. The only thing I don't like is > with > standard cgi you can't pool database connections, not sure about FastCGI > though
I second that. powutils work great. We ported a GUI app to CGI and could reuse a lot of code because everything is still written in Object Pascal. So far we are getting away with opening and closing database connections the whole time, but I am sure if we start using stress tests we would have to make a plan. I heard Apache Modules would be a possible solution to the database connection pool. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
