Re: [PHP] PHP scalability problem

2009-05-27 Thread Marc Steinert
Have a look at APC. APC is a bytecode cache, that stores bytecode generated of your PHP scripts, so 
that your PHP code don't need be parsed every time the script is invoked.


http://pecl.php.net/package/apc

I was able to increase the performance of my PHP scripts dramatically.

Greetings from Germany

Marc


tRace DOliveira wrote:

What I am trying to achieve is to have the server do less processing. Like I 
said PHP is a server side scripting language and each time a request is made a 
process is spawned and processes are heavy weight as compared to a thread which 
is a light weight process. So I want to take away much processing away from the 
server and have the client do it instead. Because if many requests are made the 
server will eventually go down because it will over the server.I am not trying 
to get away from PHP but I am trying to solve the problem of scalability
Thank you, 
Leonard D'Oliveira



  



--
Synchronize and share your files over the web for free
http://bithub.net/

My Twitter feed
http://twitter.com/MarcSteinert





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP scalability problem

2009-05-27 Thread Daniel Brown
On Tue, May 26, 2009 at 23:26, tRace DOliveira married...@yahoo.com wrote:
 What I am trying to achieve is to have the server do less processing. Like I 
 said PHP is a server side scripting language and each time a request is made 
 a process is spawned and processes are heavy weight as compared to a thread 
 which is a light weight process. So I want to take away much processing away 
 from the server and have the client do it instead. Because if many requests 
 are made the server will eventually go down because it will over the server.I 
 am not trying to get away from PHP but I am trying to solve the problem of 
 scalability

Good God, Leondard, did you just look up every single PHP mailing
list you could find and send the question to all of them at once?
Send questions like this to the General list, and leave it at that
next time.  People will eventually reply, just have patience.

-- 
/Daniel P. Brown
daniel.br...@parasane.net || danbr...@php.net
http://www.parasane.net/ || http://www.pilotpig.net/
50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php