HM-CODE / Haunted-Memories

A repository for Haunted Memories code.
http://www.haunted-memories.net/
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

+lock/list exit running slow #9

Open Bradamante opened 13 years ago

Bradamante commented 13 years ago

Romy reports on Oct 21 2010 that +lock/list exit is very slow, taking several seconds to run, and freezes the entire game while it runs. She suggests adding semaphors and index lists so a search() isn't needed might help, or using SQL.

hmmorpheus commented 13 years ago

I'm curious as to why the list of dbref's with key's isn't simply listed on the exit?

firstmagic commented 12 years ago

This has been fixed with some recent code changes. It's now pretty much instant.