Posted by Chung Leong on 07/25/06 19:44
Joshua Ruppert wrote:
> When I'm using FastCGI do I need to code differently than I do when
> using regular CGI? Because the PHP.exe processes don't go away do
> global variables stick around from page request to page request,
> creating the need for better managment / pooling of DB connections?
>
> Josh
There is no difference from a programming standpoint. Global variables
are destroyed at the end of each request.
[Back to original message]
|