At 09:39 AM 8/8/2001 +0200, Thies C. Arntzen wrote:
>On Wed, Aug 08, 2001 at 09:28:02AM +0200, Stig Sæther Bakken
>wrote:
> > [Zeev Suraski <[EMAIL PROTECTED]>]
> > > At 17:55 07-08-01, Stig Sæther Bakken wrote:
> > > >Now we're talking!  I assume it is not straightforward, what are the
> > > >technical challenges in doing JIT module initialization?
> > >
> > > It's not much of a challenge really.  If we decide it should be done,
> > > it can be done...
> >
> > Ok, so it's just a matter of "minit_done" and "rinit_done" properties
> > for each module?  Let's go for that, and either keep dl() or replace
> > it with php_load_extension() (the difference being that the latter
> > knows what file extension to use on your platform).
>
>     sascha had a patch for this some time ago - the "gain" was
>     near to zero. this might make sense once we "hit" the few
>     hundred extension border...

Yeah I also remember it didn't give us anything. I think the most notably 
impact with shared libraries is the load time of the shared library itself. 
It is not significant in the web environment though when PHP is compiled as 
a server extension module.

Andi


--
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