--- deliantra/server/Changes 2010/05/13 12:28:13 1.714 +++ deliantra/server/Changes 2010/05/13 17:33:29 1.715 @@ -197,6 +197,8 @@ - try to load (pure-)perl modules asynchronously, warn about modules being loaded from the mainloop, pre-load some more core modules so perl doesn't do it later on. + - pre-load many of the files perl might load on it's own e.g. when + compiling regexes. - make exp_table and materials file reloadable. - made reload_config non-blocking. - the seen command called (Blocking) stat() instead of aio_stat,