SQL_ThreadQuery issues
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: NET_SendPacket ERROR: Invalid argument NET_SendPacket ERROR: Invalid argument NET_SendPacket ERROR: Invalid argument NET_SendPacket ERROR: Invalid argument etc 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? Stu |
Re: SQL_ThreadQuery issues
post your code
|
| All times are GMT -4. The time now is 16:13. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.