Re: [PHP] PHP memory usage

2003-01-02 Thread James H. Thompson
> On Friday 03 January 2003 05:54 am, James H. Thompson wrote: > > We have a good size PHP libary -- about 370KB of source code. > > Its one class with a multitude of small functions in it. > > that's a huge class. is it feasible to split it into smaller classes that > do smaller things? Its sp

Re: [PHP] PHP memory usage

2003-01-02 Thread Gerald Timothy Quimpo
On Friday 03 January 2003 05:54 am, James H. Thompson wrote: > We have a good size PHP libary -- about 370KB of source code. > Its one class with a multitude of small functions in it. that's a huge class. is it feasible to split it into smaller classes that do smaller things? i only ask. i have

[PHP] PHP memory usage

2003-01-02 Thread James H. Thompson
We have a good size PHP libary -- about 370KB of source code. Its one class with a multitude of small functions in it. just doing a require_once() on this library appears to use about 5MB of memory.(the change in VmSize in /proc/self/status) Is this a normal ratio of PHP source code size to execu