zulip/zephyr/lib
Tim Abbott 97840da0d2 Fix memcached accounting for bulk set/gets.
After this change, the memcached time consumed by doing
get_old_messages for 200 and 1000 messages respectively now look like
this:

200  63ms (mem: 6ms/3) (db: 4ms/2q) /json/get_old_messages
200 178ms (mem: 67ms/2) (db: 6ms/1q) /json/get_old_messages

which might help explain where the time is going on prod for some of
our slower queries.

(imported from commit b8fe83b175914b6796922a65a1c5537f4e7a9429)
2013-05-10 17:52:45 -04:00
..
bugdown Limit the number of URLs we parse at once to 5. 2013-05-09 10:44:08 -04:00
__init__.py Add simple parallel computation library. 2012-09-14 13:32:25 -04:00
actions.py Only send huddles once per email 2013-05-09 15:50:05 -04:00
avatar.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
bulk_create.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
cache.py Fix memcached accounting for bulk set/gets. 2013-05-10 17:52:45 -04:00
cache_helpers.py Increase size of initial message cache fetch and exclude tabbott/extra's messages 2013-04-25 13:33:51 -04:00
context_managers.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
create_user.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
debug.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
event_queue.py events: Fix the requesting client type being always internal. 2013-05-09 10:35:47 -04:00
initial_password.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
minify.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
parallel.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
query.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
queue.py Only register a Tornado rabbitmq handler if we're using rabbitmq. 2013-05-09 10:35:49 -04:00
response.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
stats.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
timeout.py Comment change: link to a StackOverflow answer directly 2013-05-09 10:41:33 -04:00
timestamp.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
tornado_ioloop_logging.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
unminify.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
utils.py Add a management command for active user stats 2013-05-01 11:17:18 -04:00