[PHP] Re: advice for blob tables?

2007-04-24 Thread colbey
Ok.. you need to re-read the article, this is not a 1:1, if I store a file such as a 700MB ISO image in that format it results in: - 1 row in metadata table - approximately 11,200 rows in the data table (700MB / 64k) That's far from 1:1. Sure there's issues with with NFS - security number 1 - S

Re: [PHP] how many requests can php serve?

2002-07-17 Thread Blair Colbey
Ever tried the basic ab (apache benchmark)?? It comes with the unix distro of it.. not sure about windows..YOu can test say 1000 requests with as many as you want at the same time.. Works good for load testing a group of servers behind a load balancer.. On Wed, 17 Jul 2002, Andy wrot