At the end of the script I have a house cleaning call to delete by some criteria from a mysql table.
I'm contemplating changing the query to include "low_priority" since that would meet my needs.
However, it concerns me that the php script might be left running (taking Apache available child count and performance/resources with it).
Do you think a php script calling "delete low_priority ..." would be left running or is the instruction handed off to mysql to run on its own - which allows the php script to terminate immediately?
D.E.R. Management - IT Project Management Consulting
I'm contemplating changing the query to include "low_priority" since that would meet my needs.
However, it concerns me that the php script might be left running (taking Apache available child count and performance/resources with it).
Do you think a php script calling "delete low_priority ..." would be left running or is the instruction handed off to mysql to run on its own - which allows the php script to terminate immediately?
D.E.R. Management - IT Project Management Consulting