28.11.2011, 21:49
Well, I have a question
I'm using MySQL for the accounts on my gamemode, and I thread all of them. Can I run 2 queries at the SAME TIME using the same thread? I mean, let's suppose that the login query is threaded as MYSQL_THREAD_LOGIN, and then two players log in exactly at the same time, would it crash the server? Or would the plugin wait till the first query is executed?
Thanks
I'm using MySQL for the accounts on my gamemode, and I thread all of them. Can I run 2 queries at the SAME TIME using the same thread? I mean, let's suppose that the login query is threaded as MYSQL_THREAD_LOGIN, and then two players log in exactly at the same time, would it crash the server? Or would the plugin wait till the first query is executed?
Thanks