Mondego / rcat

A web server for massively multi-user online applications
8 stars 3 forks source link

Do not go to the database for the lock everytime #92

Closed arthur00 closed 11 years ago

arthur00 commented 11 years ago

Seems like I should I check if the object is in cache first! If it is, don't grab the piece from database. If I must, I should just get the lock and nothing else.

gentimouton commented 11 years ago

See also #94