Gossamer Forum
Home : Products : Gossamer Links : Discussions :

LSQL under FastCGI

Quote Reply
LSQL under FastCGI
Hi,

There is a thread with the above title and a statement from Alex:
Alex wrote:
Hi,

No, its never been tested under FastCGI. Remarkably, we've never had a client using it, it's always been mod_perl or SpeedyCGI. I don't think it would be too hard, you would just want to do:

while (...) {
$GT::Base::PERSIST = 1;
Links->reset_env;
main();
}

and it should work fine.

Cheers,

Alex
That alone does not help me to get the right direction so my question is: has anyone running LSQL under FastCGI and/or can give me some hints if and how this is possible.

Thanks

n||i||k||o

Last edited by:

el noe: Jun 1, 2018, 2:28 AM
Subject Author Views Date
Thread LSQL under FastCGI el noe 6924 Jun 1, 2018, 2:28 AM
Thread Re: [el noe] LSQL under FastCGI
Andy 6762 Jun 1, 2018, 9:34 AM
Thread Re: [Andy] LSQL under FastCGI
el noe 6766 Jun 1, 2018, 10:17 AM
Thread Re: [el noe] LSQL under FastCGI
Andy 6740 Jun 1, 2018, 10:22 PM
Post Re: [Andy] LSQL under FastCGI
el noe 6713 Jun 4, 2018, 8:14 AM