Re: [PHP-DEV] php module state initialization

2002-05-07 Thread derick
On Tue, 7 May 2002, Gabriel Ricard wrote: > Rasmus Lerdorf wrote: > > Well, the absolute fastest way to get something similar to this is to > > write a PHP extension in C that performs your time-sensitive operations. > > It really is much easier than most people think to extend PHP in this > > fa

Re: [PHP-DEV] php module state initialization

2002-05-07 Thread Gabriel Ricard
Rasmus Lerdorf wrote: > Well, the absolute fastest way to get something similar to this is to > write a PHP extension in C that performs your time-sensitive operations. > It really is much easier than most people think to extend PHP in this > fashion. If you are a moderately experienced C program

Re: [PHP-DEV] php module state initialization

2002-05-07 Thread Rasmus Lerdorf
Well, the absolute fastest way to get something similar to this is to write a PHP extension in C that performs your time-sensitive operations. It really is much easier than most people think to extend PHP in this fashion. If you are a moderately experienced C programmer, you can take a function y

[PHP-DEV] php module state initialization

2002-05-07 Thread Gabriel Ricard
I know that there are several script caching systems that exist for PHP currently, and they increase the speed of PHP scripts greatly, but I wonder if there is something more that can be done to increase the execution speed of scripts. Primarily, what I'm interested in, is the ability to have