On Mon, 6 Aug 2001, Andrei Zmievski wrote:

> On Mon, 06 Aug 2001, Zeev Suraski wrote:
> > I think the disk weights about the same regardless of the data inside it
> > :)
> 
> Yes, but 50 extensions will consume more memory than 1.

Nothing noticable, really.  Unless you allocate dozens of megabytes in
your extension, it won't pose any significant memory load, as it only
loads once, shared across all processes/threads of the server.

This is not true if you dl() it, by the way.

Zeev

-- 
Zeev Suraski <[EMAIL PROTECTED]>
http://www.zend.com/


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