Hi Karel,

> > > mysql entries: at least 2M
> > > php code: at least 1M lines
> >
> > More than a million lines of code? That's a *big* app.
> 
> 1megabyte of code :)
> not 1M lines

Aha :-)

> and the problem began slow, not noticable... 
> But it's now worse then ever.

Are you doing something that degrades, like reading in an entire text file,
adding a line to the end of it and saving it again? (Each time you do this
it will take a bit longer).

Did you look at the output from top (assuming unix) or task manager
(assuming windows)?

Cheers
Jon

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to