<shameless plug>
Hello Nelson,

I like challenges, and thus implemented this idea in one hour. Hah, got
ya :) To be serious, this is one of the features of SRM. It is not in the
PHP core, but it may be in the future. You might want to have a look at
http://www.vl-srm.net/newsitem.php?id=1 , especially the section 'Calling
remote functions in SRM', nr. 2. If you want more information, you can
subscribe to the mailinglist, or mail me any questions you have.
Information on how to subscribe can be found here:
http://www.vl-srm.net/download.php

regards,
Derick
</shameless plug>


On Mon, 14 Jan 2002, Nelson Gomes wrote:

> A suggestion: instead of building cache systems to improve PHP's
> performance, why don't you allow on php.ini to preload functions (on a file
> or more) and store them on a interpreter and use it every time a request is
> made?
>
> I say this because I worked with a system built on Tcl, and Apache, (from
> Altitude Software) and on the server's startup, it would load all routines
> into namespaces, before doing anything... this would literally remove the
> need for cache...
>
> You're building literally everything (and I thank you all for that), and
> this 'basic' need is... maybe forgotten?
>
> Just a thought.
>
> Nelson
>
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to