session-cache Questions

7

Solved

So I have a Django project that doesn't use a database (the 'DATABASES' setting is commented out). I chose to use Django as there's a chance I will need the database functionality in the future. An...
Classic asked 28/11, 2014 at 0:25

1

Solved

I am having some trouble understanding where an HQL query gets the information from. My project is using different threads and each thread reads/writes to the database. Threads do not share Session...
Golter asked 10/5, 2012 at 11:27

3

Solved

Related to this question Premise: These are my assumptions, based on my reading, experience and understanding, they may be wrong, if they are, please comment and I'll edit the question. Query ...

3

What if I have a query that gets called multiple times in a single thread, and I just want to cache that query (and its result) for that thread (or for that session since I'm using one session per ...
Lactation asked 16/9, 2009 at 12:40
1

© 2022 - 2024 — McMap. All rights reserved.