mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
c5eef29bcc
threads can't share the same db connection. So synchronize all queries. Multiple threads *can* access the db concurrently as long as each has its own connection, so I could add connections to the tpool threads. But this will probably be performant enough for the first 10K simultaneous users. :-) |
||
---|---|---|
.. | ||
android | ||
common | ||
dawg | ||
linux | ||
relay | ||
scripts | ||
tests | ||
wince | ||
Makefile |