I am using SQL queries to schedule events on our server. A query is performed every 5 minutes.
After I switched to using SQL_ThreadQuery (as opposed to just SQL_Execute), every 30 or so minutes the server would crash. The server log showed this after my scheduling function was being called:
Any ideas why? The only thing that is occurring above normal is my scheduling function itself is being called using set_task.
I shall switch back to using normal queries for now, but maybe this is a bug?