[fpc-pascal] TCgiApplication in cgiapp unit - mostly deprecated

Graeme Geldenhuys graemeg.lists at gmail.com
Tue May 4 00:19:26 CEST 2010


On 3 May 2010 17:10, Lee Jenkins <lee at datatrakpos.com> wrote:
>
> I am most interested to hear how tiOPF handles under a threaded environment
> when you move to FastCGI, Graeme.

Well, Peter H. and others have used tiOPF in a threaded environment
for years, so it does work. The only threaded part of tiOPF that I
have use thus far is loading some lookup data in a background thread
while users are logging in, and used the threaded debugging output
(debug to file, GUI and console) all at once without degrading
application speed. All debug output is cached output (except for
console) and thread safe - works perfectly under our test systems
(Windows and Linux).

But yes, I am very eager to switch to FastCGI, to help manage open
database connections (normally the slowest code in any desktop/web
app).

-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list