10.04.2013, 12:34
Quote:
I hope you aren't referring to the non "java style" code (since this isn't Java)!
|
Quote:
You might want to check on that - I've found issues with the mutex setup in the past (can't remember what, but it will be in my IRC logs somewhere).
|
Quote:
I asked how you claimed to have more features, you just listed all the ones you don't have...
|
Quote:
However, my plugin still has multiple result sets and non-threaded queries (even if you don't like them, I find them useful).
|
Quote:
From what he said, it seems he knew you were editing the plugin and was OK with that. Plus, although his code doesn't have an explicit license, the virality of the GPL used in the mySQL headers makes it GPL compatible so anyone is free to modify the code as they like.
|
Quote:
That can actually make your server run significantly slower - threads are not inherantly fast OR slow. Someone recently released a threaded command processor which turned out to be slower than a non-threaded version, I believe this would be the opposite.
|
It's mysql_discconect. In the next release I'll make sure every function will have an equivalent to the SQLite natives.