View Single Post
  #4  
Old 12-26-2012, 03:18 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Hateborne View Post
If memory serves, you said it yourself that qglobals was a trash system. Trying to find a reliable way to keep instances going past ~30min when they are somehow lost. I am still able to fight and farm in the instance, but I can never re-enter it through the normal context menu.

Perl DBI is from the ladies/gents that produce Perl (if memory serves). I am actually LOOKING for way to use that.


:-P


-Hate
I may have said it at one point in time but it is actually a pretty decent system there were just some things about it that I didn't like which were cleaned up recently.

qglobals is amazing for information that requires quick calls and it is stored in memory.

qglobals are refreshed in memory whenever a client writes a new one and can be deleted just as quickly.

As far as DBI, I've written some pretty hefty systems using it and if you need different information stored in the table I recommend using it.

I will post some stuff for you shortly, troubleshooting an issue with Secrets.
Reply With Quote