Re: C CGI x PHP

2003-07-08 Thread Gordon Messmer
Ricardo Striquer Soares wrote: I was thinking in port my PHP applications to a C/CGI, although I hear that the C/CGI takes too much of the CPU, is that true? Depends on the application, specifically. Probably not. A CGI written in C may be faster than PHP, but will almost certainly take *much*

Re: C CGI x PHP

2003-07-08 Thread Jonathan Bartlett
The answer is a) what are you trying to do and b) it depends. CGI is actually pretty fast. UNIXes used to be slow with fork/exec, but now they are pretty snappy. In addition, depending on your environment, you may be using the CGI "environment" without the overhead. We need more info. Jon On

Re: C CGI x PHP

2003-07-08 Thread Rick Warner
On Tue, 2003-07-08 at 15:23, Ricardo Striquer Soares wrote: > Hi there ... > > I was thinking in port my PHP applications to a C/CGI, although I hear > that the C/CGI takes too much of the CPU, is that true? So is that true > that the PHP is easier them CGI in this context? > > thanks You might

C CGI x PHP

2003-07-08 Thread Ricardo Striquer Soares
Hi there ... I was thinking in port my PHP applications to a C/CGI, although I hear that the C/CGI takes too much of the CPU, is that true? So is that true that the PHP is easier them CGI in this context? thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.red