The ionCube PHP Accelerator

Started by 127.0.0.1, August 29, 2004, 09:10:40 AM

Previous topic - Next topic

127.0.0.1

What do you guys think of this? http://www.php-accelerator.co.uk/

My host is using Turck MMCache Php Accelerator. What does this site use if any?

[Unknown]


FaSan

Quote from: [Unknown] on August 29, 2004, 05:25:41 PM
MMCache is used here.

-[Unknown]


You have configuration it with "suexec" ?

At me, it is don't work...


"Turck MMCache 2.4.6 is not active! It doesn't work in CGI or command line mode! "



FaSan

jaws

This is the first time I have ever heard of a PHP accelerator before; I find this a bit sad, because I've been running a server for a while - you would think I would have heard of such a thing before. :-\

My server isn't using any accelerators for PHP; are accelerators only necessary if we experience slow speeds on large scripts, or is it good for all purposes?

Just curious. . .

FaSan: Aren't CGI and CLI the only modes that PHP will work in?  I think there is one other mode, actually, but I can't remember its name.

Trekkie101

Quote from: jaws on February 27, 2005, 04:17:21 PM
This is the first time I have ever heard of a PHP accelerator before; I find this a bit sad, because I've been running a server for a while - you would think I would have heard of such a thing before. :-\

My server isn't using any accelerators for PHP; are accelerators only necessary if we experience slow speeds on large scripts, or is it good for all purposes?

Just curious. . .

FaSan: Aren't CGI and CLI the only modes that PHP will work in? I think there is one other mode, actually, but I can't remember its name.

You dont use Zend? etc......

wow

Its good all round, speeds a few things up

jaws

#5
Quote from: Trekkie101 on February 27, 2005, 04:27:20 PM
Quote from: jaws on February 27, 2005, 04:17:21 PM
This is the first time I have ever heard of a PHP accelerator before; I find this a bit sad, because I've been running a server for a while - you would think I would have heard of such a thing before. :-\

My server isn't using any accelerators for PHP; are accelerators only necessary if we experience slow speeds on large scripts, or is it good for all purposes?

Just curious. . .

FaSan: Aren't CGI and CLI the only modes that PHP will work in? I think there is one other mode, actually, but I can't remember its name.

You dont use Zend? etc......

wow

Its good all round, speeds a few things up

Oh yeah, I forgot all about Zend; of course I use zend... :P

Heh, sorry.  *Hits self in head*...

FaSan

MMCache is a AddOn for Zend ;)

And, without suExec is very very fast.  ;)

[Unknown]

Quote from: FaSan on February 27, 2005, 10:03:07 AM
You have configuration it with "suexec" ?

At me, it is don't work...

Accelerators don't work in CGI mode.  If you really need CGI mode, you might have to get one of Zend's performance products ($300+) - instead I suggest using sapi.

Quote"Turck MMCache 2.4.6 is not active! It doesn't work in CGI or command line mode! "

Of course it doesn't, it uses shared memory, etc... it doesn't make sense otherwise.  If you want active development, there is eAccelerator.

Accelerators have been known to boost performance by 10x and reduce load by the same factor.  Use them.

-[Unknown]

Anguz

Is FastCGI an accelerator? Cause I've read about it being used used together with eAccelerator and is supposedly really fast. Also, it makes me think that eAccelerator can be used with PHP in CGI, or am I guessing wrong?
Cristián Lávaque http://cristianlavaque.com

[Unknown]

Quote from: Anguz on March 01, 2005, 06:32:46 PM
Is FastCGI an accelerator? Cause I've read about it being used used together with eAccelerator and is supposedly really fast. Also, it makes me think that eAccelerator can be used with PHP in CGI, or am I guessing wrong?

FastCGI is another implementation of CGI, as far as I know.  I actually don't know all that much about FastCGI, but it's only an alternative to sapi.

-[Unknown]

Advertisement: