Re: [Sqlrelay-discussion] FastCgi and SqlRelay?
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2008-04-24 20:26:57
|
If I remember correctly, fastcgi keeps the cgi running persistently rather than having a cgi process start and stop over and over. If so, the only issue that I know of is that you really need to make sure that you handle page aborts carefully. Similar issues exist when using mod_perl or mod_php. If someone hits stop on their browser with a regular cgi, then the cgi will exit and everything will be cleaned up. However, with fastcgi, if the entire code doesn't execute, then clean-up code may not be called and it could leave lingering network connections between the http server and sqlrelay server as well as general memory leaks. See http://sqlrelay.sourceforge.net/sqlrelay/faq.html#php for PHP-specific info. The same may apply to fastcgi. Dave dav...@fi... On Thu, 2008-04-24 at 13:24 -0600, TazaTek wrote: > > > Hello all! > > > > I was wondering if there were any problems in mixing fastcgi and > sqlrelay? It seems that they both handle some of the speed > performance mechanisms that are required of a web server, but I didn’t > know if there were any problems in mixing the two. > > > > Thanks > > > > Matt > > > > > > > > -- > > Matthew Kettlewell > > President - TazaTek > > www.TazaTek.com > > www.Pairs-List.com > > 970-985-4192 > > > > > > > __________________________________________________ > D O T E A S Y - "Join the web hosting revolution!" > http://www.doteasy.com > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ Sqlrelay-discussion mailing list Sql...@li... https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion __________________________________________________ D O T E A S Y - "Join the web hosting revolution!" http://www.doteasy.com |