This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
987
commits
1
branch
0
tags
55
MiB
464aa8ca9e
Commit graph
3 commits
Author
SHA1
Message
Date
Griatch
ab2ba19782
Fixed critical typo in instructions for dummyrunner.
2012-02-22 15:15:32 +01:00
Griatch
fd857f5c86
Expanded the dummy runner, making it more realistically mimicking real Players by spreading out its access usage.
2012-02-22 12:44:51 +01:00
Griatch
f306c5a6a2
Added a separate program for launching client connections. Meant mainly for server devs at this point. It is primarily useful for stress-testing so as to get profiling data using e.g. cProfiler - running many clients with a short timestep -will- slow the server to a crawl! If using sqlite3 with 50+ clients you will also see the memory consumption gradually - our sqlite3 setup runs in RAM by default and these things create a lot of new stuff every timestep - make sure to shut it down before you run out of memory! Not sure if this says much about the server's actual behaviour with many players at this point, the usage pattern is hardly "realistic". Also, it's usually better to shut down the server before the dummyrunner.
2012-02-05 17:58:00 +01:00