mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Added cache-resyncing to ProcPool. This makes sure to update all affected object caches
whenever the subprocess returns (this is potentially not good enough for long-running scripts, will have to ponder that one). Made ProcPool work with MySQL (where it works much better). Tested and fixed many small bugs.
This commit is contained in:
parent
275d00d4db
commit
ffcf4b3c2f
7 changed files with 121 additions and 14 deletions
|
|
@ -0,0 +1,2 @@
|
|||
# experimental central dictionary for models in subprocesses to report they have been changed.
|
||||
PROC_MODIFIED_OBJS = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue