Search Results

0
votes

python, sqlite and threading

Depending on the application the DB could be a real overhead. If we are talking about volatile data, maybe you could skip the communication via DB completely and share the data between the dat …