Re: [PHP-DB] To many connections problem with LAMP

2003-09-05 Thread Mika Tuupola
connections you can stop max connections filling up by dropping MaxRequestsPerChild from httpd.conf to something like 150 or lower. This way unnesseccary connections get killed when the Apache child dies. -- Mika Tuupola http://www.appelsiini.net

Re: [PHP-DB] To many connections problem with LAMP

2003-09-04 Thread Mika Tuupola
set set max connections higher for mysql. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Sessions Vs DB Access

2002-11-25 Thread Mika Tuupola
1/100 of a second. Well it depends. On Solaris /tmp/ is tmpfs which is memory based filesystem so it will essentially have speed of a ram disk. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP Database Mailing List (http://www.php.net

RE: [PHP-DB] resizing image with php - what is the quality?

2001-09-01 Thread Mika Tuupola
On Sat, 1 Sep 2001, Seb Frost wrote: imagecopyresized: crap imagecopyresampled: good but requires gd 2.0 You could also use php_imlib's imlib_create_scaled_image() -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP Database Mailing List (http