ZEND optimiser I think :)

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

ZEND optimiser I think :)

Post by Calimero »

I think this is the 'laddy' I tried to install on my XP P4 2,0 Ghz 1GB RAM
Or maybe this is not the one, but it is definetely from ZEND labs
And it created about 10 - 15 PHP.exe in my Windows Task Manager
(10 -15 PHP instances running at the same time)

THIS IS THE QUESTION:

In your expirience, if you had any with this one:

If I use this 'laddy' to boost my PHP on apache how will it reflect on the speed of processing the Mysql server (Db's and tables and queries) in terms of processor power taken by those 10-15 PHP's running

Then it comes natural as a solution that all of the processes /code that I have in php and mysql/ I should put into PHP and take out of MySQL


First time in these waters, (blub)

Any suggestions and ideas welcome from you good-soled moderators.
:D

Thanks Ahead!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

From what I remember, the instances come more from Apache running instances when it wants/needs more. I doubt the Zend Optimiser will affect MySQL directly.
User avatar
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

....

Post by Calimero »

BUT will this (PHP.exe x 10) have some significant consequences on the processor power consuming.

:?:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

it has some, but little, generally.. unless you have scripts that consume a lot of processor time normally, which isn't good (usually)
User avatar
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

And those are

Post by Calimero »

When you say scripts, you mean anything that ends with.php or so :lol:

So I heard that Forums use a lot of processor power,
are there any other general types that take much or little of the processor power

lets say there is a machine of 1 Ghz, 1Gb DDr, average speed HDD, XP
how many users by your expirience it could serve for average DB connection, querying, string adjustments - DB size is medium (not too large or small - realy not sure how to describe it)

I need this info for hosting my own site on this type of machine.

Any stats and comments wellcome

Thanks Ahead !
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you'll have more problems with the connection speed than with processing requests.
Post Reply