PHP
Diary of a late, late adopter
Monday, April 07, 2003

I downloaded Eclipse after reading about it in many places including slashdot and linux magazine.

It looks very nice so far.  It is exacly what I need for where I am in java development right now.  Reminds me of missing semicolons before I compile, but doesn't generate code automatically.  ANT and JUNIT are integrated and there is a PHP plug-in that I have yet to try.


3:37:50 PM    comment []

Great PHP tip from the Twin Cities PHP mailing List:
mysql_unbuffered_query() can be a big help when you're pulling massive
result sets from MySQL.  With mysql_unbuffered_query(), you can query
the server and begin processing the results without the intermediate
step of loading them into memory first.

This is great for things like copying to a file or displaying huge
result sets.  You'll gain performance improvements and reduce memory
consumption!  But its not for every query - you'll tie up the MySQL
server through the duration of the query processing and you can't run
any further queries until you're finished.

For more, see
http://www.php.net/manual/en/function.mysql-unbuffered-query.php

Posted by:
Allie Micka
pajunas interactive, inc.
http://pajunas.com


3:31:02 PM    comment []





© 2003 mcgyver5
Last Update: 8/14/2003; 1:38:02 AM

Click here to visit the Radio UserLand website.

 











April 2003
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
Mar   May

Subscribe to "PHP" in Radio UserLand.
Click to see the XML version of this web page.
Click here to send an email to the editor of this weblog.