13.07.2011, 20:40
Hello!
I've been reading about threading MySQL queries. Some people say it is much better.
I have a question about it:
What better does it actually bring, and is it worth moving from normal queries to threaded queries?
If so, why?
Also, which one is better when handling received data from database.
Use mysql_fetch_field_row, or sscanf?
And is the difference big?
Thanks, Johnson_boy
I've been reading about threading MySQL queries. Some people say it is much better.
I have a question about it:
What better does it actually bring, and is it worth moving from normal queries to threaded queries?
If so, why?
Also, which one is better when handling received data from database.
Use mysql_fetch_field_row, or sscanf?
And is the difference big?
Thanks, Johnson_boy