Postponed
Project:
MobWrite
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2010 at 20:31 UTC
Updated:
11 Aug 2010 at 20:31 UTC
Module implements get/set and del functions to store mobwrite session-like data that must be available to multiple users. The function preform the respective database queries and perhaps a less db intensive strategy should be used. Two potential options include:
* Integrating cache in the get/set/del functions.
* Replacing the db tables with global static variables?? (is that how it works?)