PDA

View Full Version : Question about ElectroServer



a_elsayed2010
04-21-2011, 02:50 AM
Hi All,

Hope that you didn't get board yet from my questions :D

I just want to know how ElectroServer can save the users and room and zone data ?, I mean where ElectroServer store this data , It may be installing Database for himself somewhere to be able to store that data !! or it may be adding it to some files

I just want to know where he save this data ?, and if he is saving it in database , so what is the type of this database? , and if I'm able to add tables or change data from this database


Thanks in Advance

tcarr
04-21-2011, 04:44 AM
Except for persistent rooms, ES5 maintains all the info about current users, rooms, and zones in RAM. Rooms and zones are normally created dynamically, as they are needed, and destroyed when there are no users in them. If you need information about users that are not currently logged in, then you will need to implement an extension that can persist this data into a database as needed.