[Php-it] mysql_free_result()
Gianluca Baù
gianluca at ihuri.it
Sat May 13 12:12:27 CEST 2006
Salve,
è necessario, o utile, fare la mysql_free_result su risultati di select
e update.
So che le api dicono:
> *mysql_free_result()* only needs to be called if you are concerned
> about how much memory is being used for queries that return large
> result sets. All associated result memory is automatically freed at
> the end of the script's execution.
Però nel mio caso la script dura parecchio e ci sono tanti insert e update.
Scusate se è una domanda sciocca ma mi è sorto questo dubbio :)
Grazie e saluti
Gianluca
More information about the Php-it
mailing list