senderNameLM.Sender=`ICCC`// This is the name for logging event from this package
db*mgo.Database=nil// The database
dbSession*mgo.Session=nil// The database session
collectionListener*mgo.Collection=nil// The database collection for listeners
collectionHosts*mgo.Collection=nil// The database collection for hosts
reservedSystemChannels[]string=[]string{ChannelSYSTEM,ChannelNUMGEN,ChannelSHUTDOWN,ChannelSTARTUP,ChannelICCC}// The reserved and pre-defined system channels
listenersmap[string]func(datamap[string][]string)map[string][]string=nil// The listener cache for all local available listeners with local functions
listenersLocksync.RWMutex=sync.RWMutex{}// The mutex for the listener cache
cacheListenerDatabase*list.List=nil// The globally cache for all listeners from all servers
cacheListenerDatabaseLocksync.RWMutex=sync.RWMutex{}// The mutex for the globally cache