27.01.2010, 12:12
Alright, I have finally decided to release R3. It has been a long time since my last update, but now it's finally here. A lot of people helped to test this version, because it was a bit experimental. Anyway, I appreciate that a lot.
The new system might be a bit complicated to understand but in fact it is much better. (performance, CPU etc.)
You can basically connect to as much databases as you want. If you just use one connection, simply ignore the new parameter and compile your script with the latest includes. The best feature (which is now completely working) is by far the threading possibility. I highly suggest to use it if you have a lot of queries running and a high player base, otherwise you'll get lags and CPU problems on the server.
The new system might be a bit complicated to understand but in fact it is much better. (performance, CPU etc.)
You can basically connect to as much databases as you want. If you just use one connection, simply ignore the new parameter and compile your script with the latest includes. The best feature (which is now completely working) is by far the threading possibility. I highly suggest to use it if you have a lot of queries running and a high player base, otherwise you'll get lags and CPU problems on the server.
Код:
27/01/2010 (Updates & information): - Plugin was rewritten from scratch (dynamic classes) - It's the most stable version ever - the plugin tries to avoid crashes by ignoring invalid queries/requests - Threading code works fine now! (Invalid queries will be skipped and not called in OnQueryFinish()) - The new parameter in all functions (except for mysql_connect()) allows you to connect to different databases. It has a default value, so you're not forced to use it - You'll have to compile your script with the latest includes to get the plugin working - Some new functions that might be useful - Don't use mysql_connect() if the connection timed out .. simply use mysql_reconnect() (Host information is now saved until a restart)! - I highly suggest to thread all queries (even UPDATE & INSERT queries)