[Typo3-dev] [OT] to many mysqld on our Knoppix

Martin Poelstra martin at beryllium.net
Fri Aug 6 10:10:33 CEST 2004


Hi Juergen,

> as probably known, we are doing a TYPO3-live CD ROM, where we can show
> around TYPO3 and give the clients a working version. Its based on a
> Knoppix CD ROM, and what we have right now is a working version. But
> this has one big drawback: Everytime I klick on a link a new mysqld
> is opened and kept. As everything is in memory (database, ....) every
> mysqld steals us 6MB memory from other things.)
> I think I somewhere have to tell the php that the pconnect only should
> spawn 5 mysqld which would be fine for a system, where only one person
> is showing something.
> Is there somewhere more debian know how which could help? We are using
> FreeBSD and are relatively stuck where to look at.

I guess you could just limit the number of processes that Apache will spawn.
You will only get one mysql connection per apache-process, so that should do
the trick...

Grtz,
Martin






More information about the TYPO3-dev mailing list