mysql crashes when making multithreaded app

BlitzMax Forums/Brucey's Modules/mysql crashes when making multithreaded app

Space_guy(Posted 2010) [#1]
Is this just my computer or is here something thats not compatible with threaded version.
If its not threaded it works perfectly.
Any ideas?


Brucey(Posted 2010) [#2]
Well, it probably depends how you're using it. I'm pretty sure you can't do multiple concurrent queries on the same connection.

Does it break at a specific place?


Space_guy(Posted 2010) [#3]
Well it breaks when i start the db connection i guess,


Space_guy(Posted 2010) [#4]
Anyway what im after is not to use the databse threaded but the stuff arround it.