mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-03-05 14:46:28 +00:00
wsgi - online edit of handbook/troggle/trogspeculate.html
This commit is contained in:
@@ -130,7 +130,7 @@ could mean that we could gain.
|
||||
<p>Writing our own multi-user code would not be sensible, hence the database.
|
||||
But we could move to a read-only system where the only writing happens on data-import.
|
||||
Then we could use python 'pickle()' or 'json()' read-only data structures, but we
|
||||
would need to create all our own indexing and cross-referencing code (which is <a href="#mud">a much bigger job</a><sup>*</sup> than you might think).
|
||||
would need to create all our own indexing and cross-referencing code (which is <a href="#mud">a much bigger job</a><sup>*</sup> than you might think - in fact, it is impossible in a standard wsgi/asgi architecture where there is no shared memory between users and each session is independent).
|
||||
<p>There would be more lower-level code, but the
|
||||
different segments of the system could be in caving-sensible modules not
|
||||
django-meaningful modules. And we would not have all the extra
|
||||
|
||||
Reference in New Issue
Block a user