On Sat, 29 Jun 2002, Chris Shiflett wrote: > 2) if not, try very specific queries that retrieve just the data you need, > and carefully free all results as you finish - also try to use persistent > connections if you forsee your site being under heavy load.
Something I haven't picked up in my reading of the manual: Is a free required for every query? Or can I go connect, query, query, query, free, close? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php